@font-face {
	font-family: 'SourceHanSansCN-Regular';
	src: url('../font/SourceHanSans-Regular.woff')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular_4.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../font/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "DINPro";
  src: url("../font/DINPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@keyframes rotate {
     0%{
        -ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)
    }
    50%{
        -ms-transform:scale(1.2);-webkit-transform:scale(1.2);transform:scale(1.2)
    }
    100%{
        -ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)
    }
}
@keyframes orangeIn {
    0% {
        -webkit-transform:scale(0.6);
        -ms-transform:scale(0.6);
        transform:scale(0.6);
        opacity:0
    }
    100% {
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
        opacity:1
    }
}
@keyframes banner_inside{
    0%{
        -webkit-transform:scale(1);transform:scale(1)
    }
    50%{
        -webkit-transform:scale(1.2);transform:scale(1.2)
    }
    100%{
        -webkit-transform:scale(1);transform:scale(1)
    }
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes o-scale-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}
*{outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
/*scroll*/
::-webkit-scrollbar {width:4px;height:4px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#fff;}
::-webkit-scrollbar-thumb {border-radius:10px;background-color: #1ea4fe;}
::-webkit-scrollbar-thumb:vertical:hover {background-color: #1ea4fe;}
::-webkit-scrollbar-thumb:vertical:active {background-color: #1ea4fe;}
html{height: 100%;}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-family: 'SourceHanSansCN-Regular', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
    line-height: 1.2;
    font-size: 14px;
    background: #fff;
    color: #4c4e52;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    min-height: 100%;
}
html,body{
    margin:0;
    padding:0;
}
div:focus {
    outline: none;
}
.index-banner .swiper-container{
    background: #f2f2f2;
}
.pagination a.iconfont{
    font-size: 20px
}
.canvi-user-info{
    display:none;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
h1,h3,h4 {
    font-weight: normal;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
    image-rendering: -webkit-optimize-contrast; 
}
svg:not(:root) {
    overflow: hidden;
}
button, input, optgroup, select, textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}
body, button, input, select, textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type=button], [type=reset], [type=submit] {
-webkit-appearance:button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
box-sizing:border-box;
padding:0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary {
    display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details, menu {
    display: block;
}
pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
audio, video, canvas {
    display: inline-block;
}
template, [hidden] {
display:none;
}
.ct2-mn .layui-table{
    margin:0;
}
.layui-table[lay-size=lg] td, .layui-table[lay-size=lg] th{
    padding: 20px 30px;
}
.layui-table td, .layui-table th{
    font-size: 16px;
    color:#333;
}
.layui-table th{
    font-size: 22px;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.product-detail-s2 a {
    display: block;
    width: 180px;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border: 2px solid #f08519;
    background: #f08519;
    margin-top: 4vw;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-detail-s2 a:after {
    content: '';
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../image/icon-3.svg);
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    font-size: 18px;
    color: #fff;
    
}
a {
    color: #4c4e52;
    text-decoration: none;
}
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.img-center {
    text-align: center;
    font-size: 0;
}
.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.img-cover {
    overflow: hidden;
    position: relative;
}
.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.more-big {
    display: block;
    background-color: #363e45;
    width: 184px;
    line-height: 44px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.more-big:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    content: "";
    height: 0;
    border-top: 44px solid #1ea4fe;
    border-left: 28px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.more-big span {
    display: block;
    padding: 0 15px 0 30px;
    font-size: 18px;
    position: relative;
    z-index: 1;
}
.more-big span i {
    float: right;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}
.more-big:hover {
    color: #fff;
}
.more-big:hover:after {
    width: 100%;
    height: 100%;
}
.containers{
    padding:0 3.125vw;
    margin: 0 auto;
}
.container {
    width:80vw;
    max-width: 1440px;
    margin: 0 auto;
}
.btn {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #1ea4fe;
    color: #fff;
    margin-top: 10px;
}
.btn:hover {
    background-color: #444;
    color: white;
}
.btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(https://www.mplent.com/skin/images/btn-r.png);
}
.btn-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #4c4e52;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}
.btn-1 {
    padding-left: 100px;
}
.btn-1 input.focus {
    background: #1ea4fe;
    color: #fff;
}
.btn-1 input.focus:hover {
    background: #444;
}
.btn-1 input:hover {
    background: #ccc;
}
.comm-tit{
    text-align: center;
}
.comm-tit h3{
    color:#4c4e52;
    font-size:32px;
    font-weight: normal;
    margin:0;
}
.comm-tit h4 {
    color: #f2f2f2;
    font-size: 60px;
    font-family: 'AVGARDM';
    line-height: 1;
    font-weight:normal;
    margin:0;
    margin-top: 10px;
}

.header {
    position: relative;
    z-index: 5;
}
.header.index{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    
}
.header.index.down{
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.head_main {
    padding:0 3.125vw;
    z-index: 10;
    background: #363e45;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    position:relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.head_main .container{
    position:relative;
    padding:0;
}
.left {
    position:absolute;
    left:3.125vw;
}
.right{
    position:absolute;
    right:3.125vw;
    color:#999;
}
.header .logo1{
    float: left;
    top: 50%;
    font-size: 0;
    height: 44px;
    margin-top:-22px;
    text-align: left;
    z-index: 2;
    position: absolute;
    transition:all .3s ease;
}
.header .logo1 h1{
    height:100%;
}
.header .logo1 img{
    height:44px;
}
.head_main ul{
    display: inline-block;
}
.head_main .right li:first-child{
}
.head_main .right li {
    display: inline-block;
}
.head_main .right li a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}
.head_main .right li a h1{
    font-size:14px;
    padding:0;
    margin:0;
}
.head_main .right li a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    width: 1px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.2);
}
.head_main .right li:last-child a:after{
    content:none;
}
.header .lang {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}
.header .lang span {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    cursor: pointer;
}
.header .lang span:before {
    content: '';
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../image/language.svg);
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}
.header .lang span:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 5px;
}
.header .lang .hide {
    position: absolute;
    width: 90px;
    top: 100%;
    left: 50%;
    margin-left: -45px;
    padding-top: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events:none;
    #-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .lang .hide:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.header .lang .hide a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 1px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .nav .containers{
    position: relative;
}
.header .top1{
    display: none;
}
.header .logo {
    float: left;
    font-size: 0;
    height: 48px;
    line-height: 34px;
    text-align: left;
    padding: 10px 0;
}

.header .tel {
    float: right;
    background: url(../image/tel.png) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 2.5px;
}
.header .tel b{font-size:20px;}
.header .tel strong {
    display: block;
    font-size: 28px;
    line-height: 1;
}
.header .text {
    float: left;
    font-size: 24px;
    margin: 17px 0 0 32px;
    padding: 0 0 0 30px;
    border-left: 1px solid #ddd;
    line-height: 45px;
}
#pro{
    position:static;
}
.xhl-launch-button {
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,fira sans,droid sans,helvetica neue,sans-serif!important;
    font-size: 100%!important;
    position: fixed!important;
    bottom: 15%!important;
    right: 12px!important;
    left: auto!important;
    height: 48px!important;
    width: auto!important;
    z-index: 3!important;
    background: #2d2d2d!important;
    border: 0!important;
    border-radius: 100px!important;
    box-shadow: 0 3px 15px 0 rgba(0,0,0,.25)!important;
    box-sizing: border-box!important;
    padding: 0 20px!important;
    transition: box-shadow .4s,bottom .8s ease-in-out!important;
    cursor: pointer!important;
    outline: 0!important;
}
#xhl-wrapper svg {
    position: initial!important;
    top: 0!important;
    bottom: 0!important;
    right: 0!important;
    left: 0!important;
    box-shadow: none!important;
    border: none!important;
    opacity: 1!important;
    width: initial;
}
.xhl-launch-button svg {
    width: 28px!important;
    display: inline-block!important;
    height: 48px!important;
    animation: rotate 1s linear infinite;
}
.xhl-launch-button-svg {
    margin: 0 !important;
}
#xhl-wrapper .xhl-launch-button svg path {
    fill: #ffffff !important;
}
.xhl-notification-badge.xhl-hidden {
    display: none!important;
}
.xhl-notification-badge {
    background: #ea4141!important;
    position: absolute!important;
    top: -3px!important;
    right: -3px!important;
    height: 17px!important;
    width: 17px!important;
    border-radius: 100px!important;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.5)!important;
}
.xhl-notification-badge-text {
    line-height: 17px!important;
    font-size: 11px!important;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,fira sans,droid sans,helvetica neue,sans-serif;
    color: #fff!important;
}
#xhl-wrapper .xhl-launch-button .xhl-button-text {
    color: #ffffff !important;
}
#xhl-wrapper p {
    background: 0 0!important;
    float: none!important;
    width: auto!important;
    position: initial!important;
    background: 0 0!important;
    text-transform: none!important;
    border: none!important;
    box-shadow: none!important;
    height: initial!important;
    font-style: normal!important;
    min-width: auto!important;
    opacity: 1!important;
    text-align: left!important;
    text-shadow: none!important;
}
.xhl-launch-button .xhl-button-text {
    color: #fff!important;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,fira sans,droid sans,helvetica neue,sans-serif!important;
    font-size: 1.3em!important;
    line-height: 48px!important;
    font-weight: 700!important;
    margin: 0 0 0 12px!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
    vertical-align: top!important;
    white-space: nowrap!important;
    padding: 0!important;
    transition: .6s ease-in-out!important;
}

.header-nav-menu {
    position: absolute;
    opacity: 0;
    height:320px;
    left: -3.125vw;
    right:-3.125vw;
    z-index: 24;
    visibility:hidden;
    border-radius: 0 0 24px 24px;
    background: #f2f2f2;
    overflow: hidden;
    box-shadow:0 4px 4px rgba(0, 0, 0, .05);
    pointer-events:none;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    transition:all 0.3s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}
.header-nav-menu:before{
    content: "";
    position: absolute;
    z-index: 3;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .08)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .08) 0, rgba(0, 0, 0, 0) 100%);
}
.header-nav-menu .menu-wrapper{
    height:100%;
}
.video-s1,.search-s1 {
    margin-top: -25vw;
    position: relative;
    height: 25vw;
    text-align: center;
}
.video-s1 h3,.search-s1 h3 {
    margin:0;
    font-size: 48px;
    color: #fff;
}
.search-s1 .form {
    height: 72px;
    padding-right: 60px;
}
.search-s1 .form {
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    max-width: 1200px;
    margin: 30px auto;
    position: relative;
    background-color: #fff;
}
.search-s1 .form input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    font-size: 18px;
    color: #666;
}
.search-s1 .form button {
    width: 72px;
    height: 72px;
}
.search-s1 .form button {
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../image/search.png);
    cursor: pointer;
}
.search-s2 .cont {
    max-width: 1200px;
    margin: 0 auto;
}
.search-s2 .tip {
    font-size: 18px;
    color: #333;
}
.search-s2 .tip b {
    color: red;
}
.search-s2 .item {
    border-bottom: 8px solid #f2f2f2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.search-s2 .item a {
    display: block;
    padding: 3.125vw 0;
}
.search-s2 .item .date {
    font-size: 16px;
    color: #1ea4fe;
    font-family: 'DINPro-Regular';
}
.search-s2 .item h3 {
    font-size: 20px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin:0;
    margin-top: 20px;
    font-weight: bold;
}
.search-s2 .item .url {
    font-size: 16px;
    line-height: 24px;
    color: #808080;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}
.search-s2 .item span {
    display: inline-block;
    font-size: 16px;
    color: #1ea4fe;
    margin-top: 20px;
}
.search-s2 .item:hover {
    border-color: #1ea4fe;
}
.sitemap-s1 .cont {
    max-width: 1200px;
    margin: 0 auto;
}
.sitemap-s1 .item {
    padding: 2vw 0;
    border-bottom: 1px solid #e6e6e6;
    font-size: 0;
}
.sitemap-s1 h3 a.btn {
    display: block;
    background-color: #1ea4fe;
    color: #fff;
}
.sitemap-s1 a.btn {
    margin:0;
    padding:0;
    height:60px;
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 6.25vw) / 5);
    max-width: 220px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    -moz-transition: color 0.3s ease, background 0.3s ease;
    -ms-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
}
.sitemap-s1 .link a.btn {
    background-color: #e6e6e6;
    margin-right: 1.25vw;
    margin-top:1.25vw;
    color: #666;
}
.sitemap-s1 .link a.btn:hover {
    background-color: #1ea4fe;
    color: #fff;
}
#J_navMenu .children-list{
    padding:0 6.5vw;
    height:100%;
    opacity:0;
    transform: translateY(20px);
    -webkit-transition: transform .3s ease-out .2s, opacity .3s ease-out .2s;
    -o-transition: transform .3s ease-out .2s, opacity .3s ease-out .2s;
    -moz-transition: transform .3s ease-out .2s, opacity .3s ease-out .2s;
    transition: transform .3s ease-out .2s, opacity .3s ease-out .2s;

}
#J_navMenu .children-list li {
    position: relative;
    float: left;
    width: 16.666%;
    text-align: center;
    height: 100%;
    padding: 2.5vw 2% 0; 
    transition: background .3s ease-out;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
}
#J_navMenu .children-list li a:hover:after{
    width:0;
}
#J_navMenu .children-list li a:after{
    width:0;
}
#link a:hover{
    color:#1ea4fe;
}
#link a:hover:before{
    background-color: #1ea4fe;
}
#link a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #898989;
}
.s7{
    background-image: url('../image/pro7.png');
}
.s8{
    background-image: url('../image/pro8.png');
}
.s9{
    background-image: url('../image/pro9.png');
}
.s95{
    background-image: url('../image/pro95.png');
}
.s64{
    background-image: url('../image/pro64.png');
}
.header-nav-menu .children-list li.first:before{
    display:none;
}
#J_navMenu .children-list li a.menua{
    height: 24px;
    position: relative;
    padding-bottom:20px;
    border-bottom: 1px solid #d0d0d0;
}
#J_navMenu .children-list li a.menua:after{
    content:'';
    background: url("../image/more.svg")no-repeat center;
    position: absolute;
    right: 8px;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition:all .3s ease-in-out;
}
#J_navMenu .children-list li a.menua:hover:after{
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}
.header-nav-menu .figure-thumb {
    position:absolute;
    top:0;
}
.header-nav-menu .figure-thumb span{
    display: block;
    background-size: 100%;
    width:30px;
    height:24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header-nav-menu .title {
    margin: 0;
    height:24px;
    line-height: 24px;
    position: absolute;
    left:38px;
    color: #4c4e52;
}
.header-nav-menu .title h3{
    margin:0;
    font-size:20px;
}
.header form{
    position: absolute;
    right: 3.125vw;
    top: 50%;
    margin-top: -24px;
    width: 340px;
    height: 48px;
    background-color: #f2f2f2;
    border-radius: 24px;
    padding-right: 40px;
    overflow: hidden;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    z-index: 2;
}
.header input {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    background-color: transparent;
}
.header button {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(../image/5fc6e06d0ce0b625a9a4fa90e3185e4a.png);
    cursor: pointer;
}
input:-webkit-autofill {
         -webkit-text-fill-color: #4c4e52 !important;
         transition: background-color 5000s ease-in-out 0s;
     }
input[type="text"], input[type="hidden"], input[type="password"], button, textarea, select {
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: 'Microsoft YaHei',"Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
}
.header .nav {
    font-size: 0;
    color: #fff;
    background:#fff;
}
.header .nav .container {
    position: relative;
}
.header .nav ul {
    text-align: center;
    position: relative;
    z-index: 1;
}
.header .nav li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.header .nav li a {
    display: block;
    font-size: 18px;
    line-height: 70px;
    color: #4c4e52;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .nav li a.a1{
    padding:15px 1.6vw 15px;
}
/*.header .nav li a.a1:after{
    content: "";
    width: 100%;
    height: 0;
    background: #1ea4fe;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
    z-index: -1;
}*/
.header .nav li .arr {
    vertical-align: top;
    height: 58px;   
    width: 58px;
    position: relative;
    display: none;
    z-index: 1;
}
.header .nav li .arr:before,.header .nav li .arr:after{
    content: '';
    position: absolute;
    top: 23px;
    right: 20px;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background-color: #4c4e52;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}
.header .nav li .arr:after{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.header .nav li.dropdown {
    position: relative;
}
.header .nav .dropdown-box a{
    margin:0;
}

.header .nav .dropdown-box {
    display: none;
    position: absolute;
    min-width: 100%;
    top: 100%;
    visibility: hidden;
    z-index: 10;
    text-align: center;
    background: #f0f0f0;
    box-shadow:0px 5px 10px -10px #ccc;
}
.header .nav .dropdown-box p {
    margin: 0;
}
.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0;
    font-size: 18px;
    line-height: 50px;
    transition:none;
}

.header .nav .dropdown-box a:after {
    display: none;
}
.header .nav .dropdown-box a:hover {
    color:#1ea4fe;
}
.menu-btn {
    display: none;
    padding: 6px 0;
    float: right;
    margin-left: 15px;
}
.menu-btn:after {
    width: 18px;
    margin-left: 6px;
}
.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px;
}
.index-banner{
    padding-top:136px;
}
.banner .swiper-slide {
    background: no-repeat center / cover;
    height: 37.5vw;
}
.banner .swiper-slide a{
    background: no-repeat center / cover;
    display:block;
    height:100%;
    width: 100vw;
}
.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.banner .txt-box{
    position: absolute;
    left: 0;
    right: 0;
    top: 10vw;
    z-index: 3;
    transition:all .6s ease;
}
.banner .txt-box .wrapper{
    width: 80vw;
    max-width: 1540px;
    margin: 0 auto;
    position: relative;
}
.banner .txt-box .wrapper h3{
    color:#4c4e52;
    font-size:2.5vw;
    font-weight: normal;
    margin:0;
}
.banner .txt-box .wrapper h3 span{
    color:#1ea4fe;
}
.banner .txt-box .wrapper h4{
    color:#4c4e52;
    font-size:24px;
    margin:0;
    margin-top:20px;
    font-weight: normal;
    font-family: 'AVGARDM';
}
.opcaity{
    opacity: 0;
}
.banner .txt-box .wrapper .btn-2{
    color:#4c4e52;
    width: 140px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
    border:1px solid #4c4e52;
    border-radius: 24px;
}
.btn-disabled{
    cursor: not-allowed;
}
.banner .txt-box .wrapper .btn-2:after{
    background:url(../image/icon-2-3.svg);
}
.banner .txt-box .wrapper .btn-2:after{
    content: '';
    width: 8px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 30px;
}
.banner .txt-box .wrapper h3,.banner .txt-box .wrapper h4,.banner .txt-box .wrapper .btn-2{
    opacity: 0;
    transform: translateY(-40px);
}
.banner .swiper-slide-active .txt-box h3{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: opacity .6s ease-out .5s,transform .6s cubic-bezier(.215,.61,.355,1) .5s
}
.banner .swiper-slide-active .txt-box h4{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: opacity .6s ease-out .8s,transform .6s cubic-bezier(.215,.61,.355,1) .8s
}
.banner .swiper-slide-active .txt-box .btn-2{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition: color .3s,background-color .3s,opacity .6s ease-out 1.1s,transform .6s cubic-bezier(.215,.61,.355,1) 1.1s
}
.banner .swiper-slide-active .txt-box .btn-2:after{
    transition:all .3s;
}
.banner:hover .button{
    opacity: 1;
}
.banner .button:hover{
    background-color: rgba(0,0,0,.5);
}
.banner .button{
    z-index:10;
    margin-top:-40px;
    background-color: rgba(0,0,0,.3);
    transition:all .3s ease;
    opacity: 0
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 20px;
    background-image: url(../image/prev.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 20px;
    background-image: url(../image/next.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-button-next, .swiper-button-prev {
    width: 45px;
    height: 80px;
}
.banner .ope {
    position: absolute;
    bottom: 2vw;
    left: 0;
    right: 0;
    font-size: 0;
    z-index: 2;
}
.banner .wrapper{
    width: 80vw;
    max-width: 1540px;
    margin: 0 auto;
    position: relative;
}
.banner .ope ul {
    display: inline-block;
    vertical-align: middle;
}
.banner .ope ul li:first-of-type {
    margin-left: 0;
}
.banner .ope ul li {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 20px;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
}
.ope ul li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    height: 4px;
    background-color: #fff;
}
.banner .ope ul li span {
    position: absolute;
    left: 0;
    top: 8px;
    width: 0;
    height: 4px;
    background-color: #1ea4fe;

}
.banner .ope ul li.active span {
    -webkit-transition: width 8s ease 0s;
    -moz-transition: width 8s ease 0s;
    -ms-transition: width 8s ease 0s;
    transition: width 8s ease 0s;
    width: 100%;
}
.banner .ope a {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/icon-1.svg);
    background-size: 24px;
    margin-left: 20px;
}
.banner .ope a.play {
    background-image: url(../image/icon-2-1.svg);
}
.yunu-link {
    padding: 20px 0;
}
.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 20px;
    color: #1ea4fe;
    padding-bottom: 15px;
}
.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #999;
}
.yunu-link ul {
    margin-left: -20px;
}
.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
#link{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width:100%;
}
#link a{
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    height:20px;
    color: #898989;
    margin-top:15px;
    padding-left:16px;
    transition:none;
}
#list-a{
    margin:0;
    border:none;
}
#list-a img{
    max-height: 100%;
}
.block{
    /*margin-top:20px;*/
    margin-bottom: 30px;
}
.tab-sign{
    width: 30px;
    background-position: -55px 0;
    display: inline-block;
    height: 21px;
    margin-right:5px;
    vertical-align: middle;
    background-image: url(../image/tab_sign.png);
    background-repeat: no-repeat;
}
.section {
    padding: 60px 0;
    position: relative;
    background:#fff;
}
.section-title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}
.section-title small {
    display: block;
    font-size: 42px;
    text-transform: uppercase;
}
.section-title strong {
    display: block;
    position: relative;
    color: #1ea4fe;
    font-size: 40px;
    margin-top: 10px;
}
.section-title strong:after {
    position: absolute;
    right: 0;
    top: 50%;
    width: 82%;
    content: "";
    background: #e5e5e5;
}
.section-title-more .more-big {
    float: right;
    margin-top: -77px;
}
.section-title-1 {
    text-align: center;
    font-size: 0;
    margin-bottom: 40px;
}
.section-title-1 strong {
    display: block;
    font-size: 35px;
    text-transform: uppercase;
}
.section-title-1 h4 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    position: relative;
    padding: 0 42px;
    color: #1ea4fe;
}
.section-title-1 h4:after, .section-title-1 h4:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 22px;
    top: 50%;
    background-color: #1ea4fe;
}
.section-title-1 h4:after {
    right: 0;
}
.section-title-1 h4:before {
    left: 0;
}
.section-sub {
    padding: 60px 0;
    position: relative;
    background:#fff;
}
.lxbd .section-sub{
    padding-bottom:30px;
}
.section-table{
    padding:40px 0;
}
.section-pro{
    padding:60px 0;
    background:#f2f2f2;
    border-bottom:12px solid #fff;
}
.in-prd-menu {
    margin-top: -77px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.in-prd-menu .hform {
    float: right;
    position: relative;
    margin-left: 10px;
}
.in-prd-menu .hform input {
    display: block;
    padding: 11px 58px 11px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 150px;
}
.in-prd-menu .hform button {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 44px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: url(../image/901_top9.png) center no-repeat #1ea4fe;
}
.in-prd-menu ul {
    float: right;
    margin: -17px 0 0 -10px;
}
.in-prd-menu li {
    float: left;
}
.in-prd-menu li a {
    display: block;
    line-height: 44px;
    font-size: 18px;
    padding: 0 16px;
    background-color: #363e45;
    color: #fff;
    margin: 10px 0 0 10px;
    transition:all 0.5s;
}
.in-prd-menu li.active a {
    background-color: #1ea4fe;
}
.index-s2 {
    font-size: 0;
    padding: 12px;
}
.index-s2 .item {
    width: calc(25% - 9px);
    margin-right: 12px;
}
.index-s2 .item:last-of-type {
    margin-right: 0;
}
.index-s2 .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.index-s3{
    padding:0 3.125vw;
    background: #f2f2f2;
    margin-bottom: 12px;
}
.index-s3 .news_box_left{
    width:20%;
    display: inline-block;
    vertical-align: top;
    margin-top:3vw;
}
.index-s3 .news_box_left .news_more{
    margin-top: 15px;
}
.index-s3 .news_box_left .news_title p{
    margin:10px 0;
    padding:0;
}
.index-s3 .news_box_left .news_title span{
    font-size: 26px;
    font-family: 'AVGARDM';
}
.index-s3 .news_box_left .news_title .title_cn{
    color:#1ea4fe;
}
.index-s3 .news_box_right{
    width:79%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.index-s3 .news_box_right .news_list{
    background-image: url(../image/e99161b997e4122260e6290aca4cfeb0.png);
}
.index-s3 .news_box_right .news_list li{
    width: 33.33%;
    height:auto;
}
.index-s3 .news_box_right .news_list li a{
    margin: 10%;
    display: block;
}
.index-s3 .news_box_right .news_list li h3{
    font-size: 16px;
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:0;
    webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.index-s3 .news_box_right .news_list li span{
    font-size: 14px;
    margin: 10px 0;
    color: #808080;
    display: block;
    background: url(../image/timeicon.png) no-repeat left 1px;
    padding-left: 20px;
}
.index-s3 .news_box_right .news_list li p{
    font-size: 14px;
    color: #808080;
    overflow: hidden;
    line-height: 1.5;
    height: 40px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.index-s3 .news_box_right .news_list li .more{
    color: #1ea4fe;
}
.index-s3 .news_box_right .jtxh {
    width: 100px;
    height: 30px;
    border: 1px solid #4c4e52;
    position: absolute;
    bottom:10px;
    right:0;
    box-sizing: border-box;
}
.index-s3 .news_box_right .jtxh:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 1px;
    height: 100%;
    background: #4c4e52;
}
.swiper-button-next1, .swiper-button-prev1 {
    position: absolute;
    width: 50px;
    height: 28px;
    margin-top: 0px;
    cursor: pointer;
    transition: all 1s ease;
    outline: none;
}
.swiper-button-next1{
    background-image: url(../image/next1.svg);
    background-size: 6px auto;
    background-repeat: no-repeat;
    background-position: center;
    right: 0%;
    top: 0;
    z-index: 999;
}
.swiper-button-prev1{
    background-image: url(../image/prev1.svg);
    background-size: 6px auto;
    background-repeat: no-repeat;
    background-position: center;
    left: 0%;
    top: 0;
    z-index: 999;
}
.nfound h1{
    font-size: 80px;
    margin: 15px 0px;
    font-weight: bold;
}
.nfound .comm-tit p{
    font-size: 20px;
}
.header .lang .hide.langopen{
    opacity: 1;
    visibility: visible;
    pointer-events:auto;
}
.iconfont {
    font-family: "iconfont";
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 1025px) {
.index-s3 .news_box_right .news_list li a:hover h3{
    color:#1ea4fe;
}
a:hover{
    color:#4c4e52;
}
a.rTop {
    display: none;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    border-radius: 1px;
    position: fixed;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    background: rgba(0,0,0,.5);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
    transition:background-color 0.3s ease-out;
}
a.rTop:hover {
    background: rgba(0,0,0,.7);
}
.header .lang:hover .hide {
    opacity: 1;
    visibility: visible;
    pointer-events:auto;
}
.header .nav li .slide-hover{
    color:#fff;
    background-color: #1ea4fe;
}
.header .nav li:hover a.a1{
    color: #1ea4fe;
}
/*.header .nav li:hover a.a1:after{
    height:100%;
}*/
.header.down .nav li a.a1{
    padding: 5px 1.6vw;
}
.wow{
    visibility: hidden;
}
.xhl-launch-button:hover {
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.5)!important;
}
.product-detail-s2 a:hover {
    color:#fff;
    -webkit-box-shadow: 0 5px 20px rgba(240,133,25, 0.5);
    box-shadow: 0 5px 20px rgba(240,133,25, 0.5);
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0);
}
.fdxx-pc{
    height:0px;
    transition:all .5s;
}
.fdxx-pc.slideDown{
    height:267px;
}
.banner .txt-box .wrapper .btn-2:hover{
    background: #1ea4fe;
    color:#fff;
    border-color: #1ea4fe;
}
.banner .txt-box .wrapper .btn-2:hover:after{
    background:url(../image/icon-2.svg);
}
.nfound a.more:hover {
    color: #fff;
    background-color: #1ea4fe;
    border-color: #1ea4fe;
    box-shadow: 0 10px 30px rgba(30, 164, 254, 0.3);
}
.slideDown{
    visibility: visible;
    opacity: 1;
    pointer-events:auto;
}
#J_navMenu.slideDown .children-list{
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header .lang .hide a:hover {
    background-color: #1ea4fe;
}
.index-s2 .item:hover img {
    -webkit-transform:translateZ(0) scale(1.1);
    -moz-transform:translateZ(0) scale(1.1);
    -ms-transform:translateZ(0) scale(1.1);
    transform:translateZ(0) scale(1.1);
}
}
.index-s2 .item .img-box {
    overflow: hidden;
    width: auto;
    height: auto;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    background: #f2f2f2;
}
.index-s2 .item .img-box:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.index-s2 .item img {
    display: block;
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.index-s2 .item .txt-box {
    position: absolute;
    left: 1.5vw;
    right: 1.5vw;
    bottom: 1.5vw;
}
.index-s2 .item h3 {
    font-size: 22px;
    color: #fff;
    margin:0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.index-s2 .item h4 {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'AVGARDM';
    margin:0;
    margin-top: 5px;
}
.banner-sub.loading{
    background-image:url("../image/loading1.svg");
    background-repeat:no-repeat;
    background-position:center;
    background-size:unset;
}
.list-ry{
    padding-bottom: 28px;
    width:1165px;
}
.list-ry li{
    float: left;
    width: 33.333333%;
}
.list-ry li a{
    display: block;
    padding:20px 0px 20px 40px;
    background-color: #f2f2f2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.list-ry li .img-cover{
    padding-top: 66%;
}
.list-ry li .text{
    font-size: 13px;
    color: #fff;
    background: url(../image/baozhang_bg.png) repeat center;
    padding: 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.list-ry li .desc{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #888;
}
.list-1 {
    margin: 0;
    padding-bottom: 30px;
    width:1165px;
}
.list-1 li {
    float: left;
    width: 33.333333%;
}
.list-1 li a {
    display: block;
    border:1px solid #f0f0f0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 60px 0 0 60px;
    position: relative;
}
.list-1 li .img-cover {
    height:25vw;
    max-height: 480px;
    text-align: center;
    width:100%;
}
.list-1 li a:before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #1ea4fe;
    position: absolute;
    left: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

.list-1 li .label-box {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    font-size: 0;
    text-align: left;
}
.list-1 li .label-box span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    background-color: #1ea4fe;
    color: #fff;
    padding: 0 10px;
    margin-right: 5px;
}
.list-1 li .label-box span.new{
    background-color: #f08519;
}
.list-1 li .text {
    padding-bottom: 20px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.list-1 li .desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #888;
}
.list-1 li .more {
    background: #1ea4fe;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left:10px;
    right:10px;
    bottom:15px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-blank {
    padding: 200px 20px 200px;
    text-align: center;
}
.page-blank .picon {
    margin: 0 auto 20px;
    display: block;
    width: 100px;
    height: 100px;
    background: url(../image/picon.svg) no-repeat scroll top center / 100% auto;
    opacity: 0.2;
}
.page-blank h6 {
    font-size: 22px;
    font-weight: normal;
    color:#4c4e52;
}
.page-blank p {
    font-size: 18px;
    opacity: 0.5;
}
.list-1 li a img{
    width: auto;
    /*max-width:80%;*/
    display: inline-block;
    vertical-align: middle;
    transition:all 0.3s ease;
}

.about-index-s1 {
    position: relative;
    padding: 4.5vw 0 6vw;
    background-color: #f2f2f2;
}
.about-index-s1 .cont {
    position: relative;
    background-color: #fff;
    margin-top: 3.125vw;
}
.about-index-s1 .txt-box {
    box-sizing: border-box;
    width: 61%;
    padding: 2.5vw 4.5vw;
    font-size: 16px;
    line-height: 2;
    color: #4c4e52;
    text-align: left;
}
.about-index-s1 .img-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 39%;
    max-width: 560px;
}
.about-index-s2 {
    position: relative;
    padding: 4.5vw 0 6vw;
    background-color: #fff;
}
.about-index-s2 .items {
    font-size: 0;
    margin: 2vw -12px 0;
}
.about-index-s2 .item {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 24px);
    margin: 0 12px;
}
.about-index-s2 .item .img-box {
    overflow: hidden;
}
.about-index-s2 .item img {
    display: block;
    width: 100%;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.about-index-s2 .item h3 {
    font-size: 24px;
    color: #4c4e52;
    margin-top: 15px;
}
.nfound .more,.about-research-s4 a.more,.about-index-s1 a.more,.about-index-s2 a.more {
    display: block;
    margin: 2vw auto 0;
    width: 240px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    color: #4c4e52;
    border-radius: 30px;
    border: 2px solid #4c4e52;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing:border-box;
}
.about-research-s4 {
    position: relative;
    padding: 4.5vw 0 6vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/img-58.jpg);
}
.about-research-s4 .img-box {
    margin-top: 6vw;
}
.about-research-s4 .img-box img {
    display: block;
    width: 100%;
}
.about-research-s4 .scroll {
    background-color: #fff;
    padding: 1.5vw 4.5vw;
    box-shadow: 0 10px 30px rgba(76, 78, 82, 0.1);
    margin-top: 3.5vw;
    font-size: 0;
}
.about-research-s4 .block {
    margin:0;
    height: 240px;
}
.about-research-s4 .item{
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    position: relative;
    margin: 20px 0;
    font-size: 16px;
    line-height: 20px;
    color: #4c4e52;
    padding:0 28px;
    text-align: left;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.about-research-s4 .item:before {
  content: '';
  width: 12px;
  height: 12px;
  border: 3px solid #1ea4fe;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1px;
}
.recruit-s3 {
    position: relative;
    background-color: #fff;
    padding: 6vw 0;
}
.recruit-s3 .tab-cont {
    margin-top: 2vw;
    padding:0;
    box-shadow: none;
}
.recruit-s3 .tab-cont .child {
    position: relative;
    height: auto;
    overflow: hidden;
    opacity: unset;
}
.recruit-s3 .tab-cont .item .img-box {
    overflow: hidden;
}
.recruit-s3 .tab-cont .item img {
    display: block;
    width: 100%;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.recruit-s3 .tab-cont .item h3 {
    font-size: 18px;
    line-height: 3;
    color: #4c4e52;
    text-align: center;
    margin:0;
}
.solution-detail-s2 .button.swiper-button-disabled,.recruit-s3 .button.swiper-button-disabled {
    opacity: 0.2;
    cursor: default;
}
.solution-detail-s2 .button-prev{
    left:calc((5vw - 38px)/2);
}
.recruit-s3 .button-prev {
    left: 3vw;
}
.solution-detail-s2 .button-next{
    right:calc((5vw - 38px)/2);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.recruit-s3 .button-next {
    right: 3vw;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.solution-detail-s2 .button,.recruit-s3 .button {
    outline: none;
    position: absolute;
    width: 38px;
    height: 62px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 35%;
    background-image: url(../image/prev-2.png);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}
.recruit-s3 .swiper-pagination {
    position: static;
    margin-top: 2vw;
}
.solution-detail-s2 .swiper-pagination{
    position: static;
    margin-top: 4vw;
}
.solution-detail-s2 .swiper-pagination-bullet,.recruit-s3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #dcdddd;
    opacity: 1;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.solution-detail-s2 .swiper-pagination-bullet-active,.recruit-s3 .swiper-pagination-bullet-active {
    background-color: #1ea4fe;
    width: 32px;
}
@media screen and (min-width: 1025px) {
#J_navMenu .children-list li:hover{
    background: rgba(232, 232, 232, 0.95);
}
.recruit-s3 .tab-cont .item:hover img {
    -webkit-transform:translateZ(0) scale(1.1);
    -moz-transform:translateZ(0) scale(1.1);
    -ms-transform:translateZ(0) scale(1.1);
    transform:translateZ(0) scale(1.1);
}
.about-index-s2 .item:hover img {
    -webkit-transform:translateZ(0) scale(1.1);
    -moz-transform:translateZ(0) scale(1.1);
    -ms-transform:translateZ(0) scale(1.1);
    transform:translateZ(0) scale(1.1);
}
.about-research-s4 a.more:hover,.about-index-s1 a.more:hover,.about-index-s2 a.more:hover {
    color: #fff;
    background-color: #1ea4fe;
    border-color: #1ea4fe;
    box-shadow: 0 10px 30px rgba(30, 164, 254, 0.3);
}
.list-1 li a:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0,0,0,.3);
    box-shadow: 0 5px 20px #ccc;
    /*-webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);*/
}
.solution-detail-s2 .items a:hover:before,.list-1 li a:hover:before{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.solution-detail-s2 .items a:hover .text,.list-1 li a:hover .text{
    color:#4c4e52;
}
.solution-detail-s2 .items a:hover .more,.list-1 li a:hover .more {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}

.list-1-1 .img-cover {
    margin: -20px -20px 0 -20px;
}
.comm-crumbs.comm-crumbs-hidden{
    background-color: #fff;
    position: fixed;
    top: -10px;
    left: 0;
    right:0;
    z-index: 99;
    margin-top: -62px;
    -webkit-transition: margin-top .3s linear;
    transition: margin-top .3s linear;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comm-crumbs.comm-crumbs-hidden.nav_fix {
    position: fixed;
    top: 0;
    background: #fff;
    margin-top: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.07);
    box-shadow: 0 5px 5px rgba(0,0,0,.07);
}
.comm-crumbs {
    background-color: #fff;
    border-top:1px solid #e5e5e5;
    font-size: 0;
    top: 0;
    box-shadow:0 5px 5px rgba(0,0,0,.07);
    z-index: 4;
}
.comm-crumbs .left-box {
    float: left;
}
.comm-crumbs .right-box {
    float: right;
}
.comm-crumbs .right-box a {
    transition:all 0.3s;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.comm-crumbs .left-box a, .comm-crumbs .right-box a {
    font-size: 16px;
    line-height: 71px;
}
.comm-crumbs .position a:first-of-type{
    padding-left:16px;
}
.comm-crumbs .position a:after{
    content: '';
    width: 5px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../image/crumbs.png);
    display: inline-block;
    vertical-align: middle;
    margin: -1px 15px 0;
}
.comm-crumbs .position a:last-of-type:after{
    content:none;
}
.comm-crumbs .left-box a{
    display: inline-block;
    position: relative;
}
.comm-crumbs .right-box a.active {
    color: #1ea4fe;
}
@media screen and (min-width: 1025px) {
.comm-crumbs .right-box a:hover{
    color:#1ea4fe;
}
.comm-crumbs .right-box a:hover:before{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
}
.comm-crumbs .right-box a.active:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.comm-crumbs .right-box a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 40px;
    bottom: 0;
    height: 3px;
    background-color: #1ea4fe;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comm-crumbs .right-box a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    width: 1px;
    height: 14px;
    background-color: #dbdcdc;
}
.comm-crumbs .right-box a:last-of-type:before {
    right: 0;
}
.comm-crumbs .right-box a:last-child:after{
    margin-right: 0;
    display: none;
}
.news-detail-s1 {
    padding: 7.5vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/334b1d556c07e5aa1adceeabdcd55927.png);
}
.news-detail-s1 .date {
    font-size: 24px;
    color: #fff;
    font-family: 'DINPro-Regular';
}
.news-detail-s1 h1 {
    font-size: 40px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 0;
}
.news-detail-s2 .container{
    padding:2.5vw 0 6vw;
}
.video-detail-s1 {
    padding: 7.5vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-detail-s1 .date {
    font-size: 24px;
    color: #fff;
    font-family: 'DINPro-Regular';
}
.video-detail-s1 h3 {
    font-size: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.solution-detail-s1 {
    padding: 60px 0;
    background-color: #fff;
    position: relative;
}
.solution-detail-s1 .item{
    margin-bottom:3vw;
}
.solution-detail-s1 .video-box {
    position: relative;
    overflow: hidden;
    margin-top: 3vw;
}
.solution-detail-s1 .video-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.solution-detail-s1 .video-box img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.solution-detail-s1 .video-box a {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("../image/icon-11.svg");
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
}
.solution-detail-s1 .video-box:hover img {
    -webkit-transform:translateZ(0) scale(1.05);
    -moz-transform:translateZ(0) scale(1.05);
    -ms-transform:translateZ(0) scale(1.05);
    transform:translateZ(0) scale(1.05);
}
.solution-detail-s1 .video-box:hover a {
    box-shadow: 0 20px 40px rgba(30, 164, 254, 0.3);
}
.hidden{
    overflow: hidden;
}
.video-pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: none;
}
.video-pop .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.video-pop .close {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(../image/close-1.png) center no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 2;
}
.video-pop .close:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.video-pop video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    max-height: 70vh;
    max-width: 70vw;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.nav-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nav-bg.active {
    opacity: 1;
    visibility: visible;
}
.nav-bg.mactive{
    display: block;
    height:100%;
    overflow: hidden;
}
.product-list-s1 .item:nth-of-type(odd) {
    background-color: #f2f2f2;
}
.product-list-s1 .item a {
    display: block;
}
.product-list-s1 .item:nth-of-type(odd) .img-box {
    float: left;
}
.product-list-s1 .item:nth-of-type(even) .img-box {
    float: right;
}
.product-list-s1 .item .img-box {
    width: 35vw;
    height: 35vw;
    max-width: 600px;
    max-height: 600px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-list-s1 .item .img-box img {
    width: auto;
    max-width: 100%;
    max-height:100%;
}
.cell-box .cell {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.product-list-s1 .item:nth-of-type(odd) .txt-box {
    right: 0;
    padding-left: 4.25vw;
}
.product-list-s1 .item:nth-of-type(even) .txt-box {
    left: 0;
    padding-right: 4.25vw;
}
.product-list-s1 .item .txt-box {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
}
.product-list-s1 .item h3 {
    margin:0;
    font-size: 40px;
    color: #4c4e52;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.product-list-s1 .item .para {
    font-size: 20px;
    line-height: 1.5;
    color: #4c4e52;
    margin-top: 1vw;
    text-align: justify;
}
.product-list-s1 .item:hover h3 {
    color: #1ea4fe;
}
.comm-crumbs a.canshu{
    position: absolute;
    padding: 0;
    right: calc(3.12vw + 120px);
    top: 50%;
    border-radius: 4px;
    margin-top: -16px;
    margin-right: 20px;
    width: 120px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    background-color: #f08519;
    text-align: center;
    display: inline-block;
}
.comm-crumbs a.view {
    position: absolute;
    padding:0;
    right: 3.12vw;
    top: 50%;
    border-radius: 4px;
    margin-top: -16px;
    width: 120px;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    background-color: #1ea4fe;
    text-align: center;
    display: inline-block;
}
.product-detail-s2 {
    position: relative;
}
.product-detail-s2 .img-box {
    overflow: hidden;
}
.product-detail-s2 .img-box img, .product-detail-s2 .img-box video {
    display: block;
    width:100vw;
    background:url("../image/loading1.svg")no-repeat 50%;
}
.product-detail-s2 .txt-box.middle-left {
    text-align: left;
}
.product-detail-s2 .txt-box {
    position: absolute;
    left: 0.5vw;
    right: 0;
    padding-right: 6.125vw;
}
.product-detail-s2 .txt-box h3 {
    font-size: 40px;
    margin:0;
}
.product-detail-s2 .txt-box.gray h3, .product-detail-s2 .txt-box.gray .para {
    color: #404040;
}
.product-detail-s2 .txt-box .para {
    font-size: 20px;
    line-height: 2;
    margin-top: 15px;
}
.txt-box.middle-center .para {
    line-height: 1.8;
}
.product-detail-s2 .txt-box .para i{
    display: inline-block;
    vertical-align:middle;
    width: 8px;
    height:8px;
    border-radius: 100%;
    background: #404040;
    margin-right:.8vw;
    margin-top: -2px;
}
.product-detail-s2 .txt-box.white .para i{
    background: #fff;
}
.product-detail-s2 .txt-box.white h3, .product-detail-s2 .txt-box.white .para {
    color: #fff;
}
.product-detail-s2 .txt-box.middle-center{
    text-align: center;
    top: 3vw;
    width:100vw;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
}
.product-detail-s2 .txt-box.middle-right {
    float: right;
    right: 0;
    left: auto;
}
.product-detail-s2 .txt-box.middle-left, .product-detail-s2 .txt-box.middle-right {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.solution-detail-s2{
    position: relative;
    background-color: #f2f2f2;
    padding: 5vw 0;
    border-bottom: 12px solid #fff;
}
.solution-detail-s2 .items{
    padding:5vw 0 0;
    width:90vw;
    max-width: 100%;
}
.solution-detail-s2 .button{
    top:49%;
}
.solution-detail-s2 .items .comm-pdlist{
    width: calc(25% - 3vw);
}
.solution-detail-s2 .items a:before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #1ea4fe;
    position: absolute;
    left: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.solution-detail-s2 .items a{
    display: block;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 60px 0 0 60px;
    position: relative;
}
.solution-detail-s2 .items a .label-box{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    font-size: 0;
    text-align: left;
}
.solution-detail-s2 .items a .label-box span{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    background-color: #1ea4fe;
    color: #fff;
    padding: 0 10px;
    margin-right:5px;
}
.solution-detail-s2 .items a .label-box span.new{
    background-color:#f08519;
}
.solution-detail-s2 .items a .img-cover{
    height: 25vw;
    max-height: 480px;
    text-align: center;
    width: 100%;
}
.solution-detail-s2 .items a .img-cover img{
    width: auto;
    /*max-width: 80%;*/
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
}
.solution-detail-s2 .items a .text{
    padding-bottom: 20px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.solution-detail-s2 .items a .more{
    background: #1ea4fe;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 15px;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bg1 {
    background: url(../image/902_ys_bg.jpg) no-repeat center / cover #1ea4fe;
    color: #fff;
}
.bg1 .section-title strong {
    color: #fff;
}
.in-adv {
    margin: -20px 0 0 -20px;
}
.in-adv li {
    float: left;
    width: 33.333333%;
}
.in-adv li a {
    display: block;
    margin: 20px 0 0 20px;
    background: rgba(0,0,0,0.5);
    padding: 30px;
    overflow: hidden;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.in-adv li .img-center {
    float: left;
    width: 92px;
    line-height: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.1);
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.in-adv li .text {
    margin-left: 116px;
    padding:0 5px;
}
.in-adv li .text h4 {
    margin: 0;
    font-weight: normal;
    font-size: 30px;
}
.in-adv li .text p {
    margin: 10px 0 0;
    font-size:16px;
}
.in-adv li a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    color:#1ea4fe;
    background-color:#fff;
}
.in-adv li a:hover .img-center{
    background-color:#1ea4fe;
    
}
.list-2 {
    margin: -20px 0 0 -20px;
}
.list-2 li {
    float: left;
    width: 33.333333%;
}
.list-2 li a {
    display: block;
    margin: 20px 0 0 20px;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-2 li .img-cover {
    padding-top: 66%;
}
.list-2 li .more {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,147,217,0.7);
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.list-2 li .more i {
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    font-style: normal;
    border: 1px solid #fff;
    width: 54px;
    line-height: 54px;
    border-radius: 50%;
    text-align: center;
    margin: -28px 0 0 -28px;
}
.list-2 li .text {
    line-height: 68px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
}
.list-2 li a:hover {
    background-color: #1ea4fe;
    color: #fff;
}
.list-2 li a:hover .more {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.list-2-1 li a {
    background-color: #f0f0f0;
}
.in-about {
    margin: 0;
}
.in-about dt {
    float: left;
    position: relative;
    width: 556px;
    margin: 0 0 40px 40px;
}
.in-about dt:before {
    content: '';
    position: absolute;
    left: -40px;
    bottom: -40px;
    width: 80%;
    height: 100%;
    background-color: #1ea4fe;
}
.in-about dt img {
    position: relative;
    z-index: 1;
}
.in-about dd {
    margin-left: 570px;
    background-color: #fff;
    box-shadow: 0 1px 18px 1px rgba(54,62,69,0.6);
    margin-top: 40px;
    padding: 60px 80px;
    height: 320px;
}
.in-about dd h4 {
    margin: 0;
    font-size: 30px;
}
.in-about dd p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    margin: 25px 0 0;
    text-align: justify;
}
.in-about dd .more-big {
    margin-top: 40px;
}
.list-3 {
    margin: -20px 0 0 -20px;
}
.list-3 li {
    float: left;
    width: 50%;
}
.list-3 li a {
    display: block;
    margin: 20px 0 0 20px;
    background-color: #fff;
    padding: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
}
.list-3 li a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 85px;
    height: 0;
    border-right: 78px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.list-3 li .date {
    float: left;
    width: 115px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding: 5px 0;
    color: #fff;
}
.list-3 li .text font {
    font-family: DINPro-Light;
    margin-bottom: 3px;
    display: block;
    font-size: 14px;
    color: #1ea4fe;
    float: left;
    transition:all 0.5s;
}
.list-3 li .date small {
    display: block;
    font-size: 16px;
}
.list-3 li .date strong {
    display: block;
    font-size: 48px;
    margin-top: 10px;
}
.list-3 li .text {
    margin-left: 170px;
}
.list-3 li .text h4 {
    width:100%;
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-3 li .text p {
    margin: 10px 0 0;
    color: #666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1.8;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-3 li a .img-center{
    overflow:hidden;
    width:160px;
    float:left;
    margin-right:10px;
}
.list-3 li a:hover {
     box-shadow:0px 20px 10px -10px #ccc;
}
.list-3 li a:hover:after {
    border-bottom-color: #1ea4fe;
}
.list-3 li a:hover .img-center img{
    transform:translateZ(0) scale(1.1);
}
.header.down .head_main {
    height: 0;
    overflow: hidden;
}
.contact-s3 {
    position: relative;
    padding: 6vw 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/50b7d7cc84072b2f42e69cab83ad21a6.jpg);
    background-attachment: fixed;
}
.contact-s3 .comm-tit h3{
    color:#fff;
}
.contact-s3 .para {
    margin-top: 1.5vw;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.contact-s3 form {
    margin-top: 3vw;
    font-size: 0;
}
.contact-s3 form .box:nth-of-type(1), .contact-s3 form .box:nth-of-type(2) {
    margin-right: 24px;
}
.contact-s3 form .box:nth-of-type(1), .contact-s3 form .box:nth-of-type(2), .contact-s3 form .box:nth-of-type(3) {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 16px);
}
.contact-s3 form .box {
    position: relative;
}
.contact-s3 form .box:nth-of-type(4), .contact-s3 form .box:nth-of-type(5) {
    margin-top: 24px;
}
.contact-s3 form .box span {
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    color: #4c4e52;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-s3 form .box input {
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    display: block;
    width: 100%;
    height: 60px;
    padding:0 0 0 70px;
    font-size: 16px;
    color: #666;
    background-color: rgba(255, 255, 255, 0.9);
}

.contact-s3 form .box button {
    width: 220px;
    height: 60px;
    background-color: #1ea4fe;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-s3 form .box textarea {
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    display: block;
    width: 100%;
    height: 180px;
    padding: 20px;
    padding-left:105px;
    font-size: 16px;
    color: #4c4e52;
    background-color: rgba(255, 255, 255, 0.9);
    resize: none;
}
.contact-s3 form .box:nth-of-type(4) span {
    top: 30px;
}
.contact-s3 form .box.active input, .contact-s3 form .box.active textarea {
    background-color: #fff;
}
.footer {
    background-color: #f2f2f2;
    padding: 40px 3.125vw;
    font-size: 0;
    position: relative;
    z-index: 1;
}
.mtit{
    display:none;
}
.footer .block:after {
    content: '';
    display: block;
    clear: both;
}
.footer .left-box {
    float: left;
    padding-bottom: 60px;
}
.footer .tit {
    font-size: 18px;
    color: #4c4e52;
}
.footer .para {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
    color: #808080;
    height: 56px;
}
.footer .para p{
    margin:0;
}
.footer .center-box {
    width: 490px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.footer .item {
    vertical-align: top;
    width: 128px;
    margin: 0 auto;
    text-align: center;
}
.footer .item .img {
    background-color: #fff;
    padding: 4px;
}
.footer .item img {
    max-width: 100%;
}
.footer .item p {
    font-size: 14px;
    color: #808080;
    margin-top: 20px;
}
.footer .right-box {
    float: right;
    padding-bottom: 60px;
    text-align: right;
}
.footer .link a {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #4c4e52;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.footer .link a:last-of-type:after{
                display: none;
            }
.footer .icp {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    color: #808080;
}
.footer .icp a{
    margin-top:5px;
}
.footer .icp .wangbei:before {
    content: '';
    width: 14px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../image/126b335fe97ae89b095bbe74e3c07c96.png);
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
.footer .icp .beian:before{
    content: '';
    width: 15px;
    height: 16px;
    background-position: 0 0;
    background-image: url(../image/7829c4dabdf29107be371af5d6716125.png);
    display: inline-block;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
.footer .link a:after {
    content: '';
    width: 1px;
    height: 12px;
    background-color: #898989;
    display: inline-block;
    vertical-align: middle;
    margin: 0 24px;
    margin-top:-2px;
}
.footer-fix {
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    display: none;
    background:#1ea4fe;
    height:65px;
}
.footer-fix li {
    float: left;
    width: 25%;
    text-align: center;
}
.footer-fix li a {
    display: block;
    height: 65px;
    line-height: 14px;
    font-size: 14px;
    padding-top: 10px;
    color:#fff;
}
.footer-fix li a span{
    text-align: center;
    display: block;
    font-size: 14px;
}

.icon{
    
    vertical-align: middle;
}
.footer-fix li i {
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    height: 25px;
    display: block;
    margin-bottom: 8px;
}
.footer-fix li i.i1 {
    background: url(../image/f-home.png) no-repeat;
    background-size: 25px auto;
}
.footer-fix li i.i2 {
    background: url(../image/f-phone.png) no-repeat;
    background-size: 25px auto;
}
.footer-fix li i.i3 {
    background: url(../image/f-pro.png) no-repeat;
    background-size: 25px auto;
}
.footer-fix li i.i4 {
    background: url(../image/f-contact.png) no-repeat;
    background-size: 25px auto;
}
.footer .share {
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer .share a[data-cmd="weixin"] {
    background-image: url(../image/8acf9ac6071919ce1f6c22f0a1a7d0cf.png);
}
constructed stylesheet
.footer .share a:first-of-type {
    margin-left: 0;
}
.footer .share a {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 36px;
    background-color: rgba(137, 137, 137, 0.2);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: 0 0 0 10px;
    padding: 0;
}
.footer .share a[data-cmd="tsina"] {
    background-image: url(../image/4e368ddbc6538635bd7f4c5dbd918b38.png);
}
.footer .block {
    position: relative;
}
.footer .pp {
    display: none;
}
.footer .para a:hover,.footer a {
    color: #808080;
}
.footer a:hover {
    color: #1ea4fe;
}
.footer dl {
    float: left;
    margin: 0 20px 0 0;
    width: 140px;
}
.footer dt {
    margin-bottom: 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer dt:after {

    display: block;
    content: '';
    height: 2px;
    width: 20px;
    background-color: #fff;
    margin-top: 10px;
}
/*.footer .beian:before{
    content: '';
    width: 14px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icon-3.png);
    display: inline-block;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}*/
.footer dd {
    margin: 0;
}
.footer dd li {
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer-contact {
    float: right;
    width: 220px;
}
.footer-contact .tel {
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
    padding-left: 40px;
}
.footer-contact .tel-1 {
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
    background: url(../image/tel.png) no-repeat 0 0;
    background-size: 30px 30px;
    padding-left: 40px;
}
.footer-contact .tel small {
    font-size: 16px;
}
.footer-contact .code {
    margin: 10px 0 0 40px;
}
.footer-contact .code .img-center {
    float: left;
    width: 100px;
}
.footer-contact .code .text {
    float: left;
    width:100px;
    text-align:center;
    color:#fff;
    line-height: 0px;
    padding: 20px 0;
    letter-spacing: 4px;
}
.footer-copy {
    background-color: #363e45;
    color: #fff;
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
}
.footer-copy p {
    margin: 5px 0;
}
.footer-copy a {
    color: #fff;
}
.banner-sub {
    height: 25vw;
    max-height: 480px;
    background: no-repeat center / cover;
    background-color: #f2f2f2;
    position:sticky;
    top:0;
    animation: banner_inside 20s infinite;
}
.vis{
    visibility:visible;
}
.ct2-sd {
    display: none;
    float: left;
    width: 250px;
}
.ct2-mn {
    padding:0 1.5vw;
}
.probd .news-content,.probd .ct2-mn{
    padding:0;
}
.solution-detail-s2 .btn1{
    width: 100%;
    margin:0 auto;
    margin-top:25px;
    display:none;
}
.solution-detail-s2 .btn1 a{
    width: 100%;
    margin-bottom: -20px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    color: #fff;
    background: #1ea4fe;
    border-radius: 3px;
    text-align: center;
}
.ct2-mn li{
    width: calc(25% - 3vw);
    margin: 60px 1.5vw 0;
}
.panel-sd {
    margin-bottom: 20px;
    background-color: #f6f6f6;
}
.panel-sd:last-child {
    margin-bottom: 0;
}
.panel-sd .tit {
    text-align: center;
    font-weight:bold;
    color: #fff;
    font-size: 28px;
    background: url(../image/914_cp_bg1.png) no-repeat #1ea4fe;
    padding: 35px 0;
}
.panel-sd .tit span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
.fixed{
    position: fixed;
    top: 0;
}
.lanmu {
    background-color: #363e45;
}
.lanmu li {
    border-bottom: 1px solid #e5e5e5;
}
.lanmu li:first-child{
    border-top:1px solid #e5e5e5;
}
.lanmu li:last-child {
    border-bottom: 0;
}
.lanmu li>a {
    display: block;
    line-height: 60px;
    padding: 10px 0 10px 45px;
    color: #fff;
    font-size: 18px;
    transition:all 0.5s;
}
.lanmu li .arr {
    float: right;
    height: 80px;
    width: 40px;
    position: relative;
    cursor: pointer;
}
.lanmu li img{
    width:35px;
    position: relative;
    top:11px;
    left:-20px;
}
.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition:all 0.5s;
    right: 15px;
}
.lanmu-box {
    display: none;
}
.lanmu-box p {
    margin: 0;
    padding-left: 15px;
    transition:all 0.5s;
}
.lanmu-box p:hover{
    background-color:#1ea4fe;
}
.lanmu-box p a {
    font-size:16px;
    padding: 0 0 0 10px;
    display: block;
    line-height: 45px;
    color: #fff;
}
.lanmu-box .on{
    background-color: #1ea4fe;
}
.lanmu li>a:hover, .lanmu li.active>a {
    background-color: #1ea4fe;
}
.lanmu li.open .lanmu-box {
    display: block;
}
.lanmu li.open .arr:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition:all 0.5s;
}

span.pageBtn-selected a{

    border: 1px solid #1ea4fe;
    background: #1ea4fe;
    color: #fff;
}
.pages {
    margin: 60px 0 0;
    text-align: center;
    font-size: 0;
}
.pages a {
    display: inline-block;
    font-size: 14px;
    line-height: 35px;
    padding: 0 14px;
    margin: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.pages a:hover, .pages a.active {
    background-color: #1ea4fe;
    color: #fff;
}
.nav-sub {
    text-align: center;
    font-size: 0;
    margin: -20px 0 40px -20px;
}
.nav-sub li {
    display: inline-block;
    vertical-align: middle;
}
.nav-sub li a {
    display: block;
    line-height: 48px;
    padding: 0 40px;
    background-color: #363e45;
    color: #fff;
    font-size: 18px;
    margin: 20px 0 0 20px;
    transition:all 0.5s;
}
.nav-sub li a:hover, .nav-sub li.active a {
    background-color: #1ea4fe;
}
.list-4 li a {
    display: inline-block;
    width:100%;
    background:#fff;
    font-size: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-4 li .img-center {
    width: 33.33%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.list-4 li .img-center:before{
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.list-4 li .text {
    display: inline-block;
    vertical-align: middle;
    width: 66.66%;
    position: relative;
    box-sizing: border-box;
    padding: 0 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.list-4 li .text h4 {
    margin: 0;
    color:#4c4e52;
    font-weight: normal;
    font-size: 32px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 23px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-4 li .text p {
    line-height: 2;
    height: 55px;
    font-size:16px;
    overflow: hidden;
    margin: 10px 0 0;
    color: #999;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.list-4 li .date span {
    display: block;
    font-family: DINPro-Light;
    color: #1ea4fe;
    font-size: 22px;
}
.list-4 li .date i {
    border-left: 1px solid #e5e5e5;
    text-align: right;
    line-height: 20px;
    font-size: 0;
    display: block;
}
.list-4 li .date i:before {
    content: "\279E";
    color: #999;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    line-height: 3;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 35px;
    display: block;
    text-align: center;
}
.list-4 li a:hover {
    box-shadow: 0px 20px 10px -10px #ccc;
}
.list-4 li a:hover .text h4{
    color:#1ea4fe;
}
.list-4 li a:hover .date i:before {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    color:#1ea4fe;
}
.list-4 li a:hover img{
    -webkit-transform:translateZ(0) scale(1.1);
    -moz-transform:translateZ(0) scale(1.1);
    -ms-transform:translateZ(0) scale(1.1);
    transform:translateZ(0) scale(1.1);
}
.tab-tit .item{
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    cursor: pointer;
}

.tab-tit .item:nth-of-type(1):hover i, .tab-tit .item:nth-of-type(1).active i{
        background-image: url(../image/7bfea4338dc80e94b1f75a5b7f7bf276.png);
}
.tab-tit .item:nth-of-type(2):hover i, .tab-tit .item:nth-of-type(2).active i {
    background-image: url(../image/fd03666e5f1e2620e98d25b49d2ec264.png);
}
.tab-tit .item:nth-of-type(3):hover i, .tab-tit .item:nth-of-type(3).active i {
    background-image: url(../image/a5efc4ad35b89ab62c16f30d75ec3b30.png);
}
.tab-tit .item:nth-of-type(4):hover i, .tab-tit .item:nth-of-type(4).active i {
    background-image: url(../image/09c409b2a960cdb40219cf0e5821a104.png);
}
.tab-tit .item:nth-of-type(1) i {
    background-image: url(../image/dc561e16bd0fa7854a1e5da5ebe747bd.png);
}
.tab-tit .item:nth-of-type(2) i {
    background-image: url(../image/da3b29b6798c805d8852ae621ddb4761.png);
}
.tab-tit .item:nth-of-type(3) i {
    background-image: url(../image/ac387f33a2f3e88179d14e625c4228ee.png);
}
.tab-tit .item:nth-of-type(4) i {
    background-image: url(../image/25a3a9ead4d0da8be6fc5e13f7a2f292.png);
}
.tab-tit .item i {
    display: block;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px dotted #000;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.tab-tit .item:hover h3, .tab-tit .item.active h3 {
    color: #1ea4fe;
}
.tab-tit .item h3 {
    margin:0;
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
    color: #4c4e52;
    padding: 20px 20px 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tab-tit .item:hover h3:after,  .tab-tit .item.active h3:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.tab-tit .items {
    padding: 0 6vw;
    font-size: 0;
}
.tab-tit .item h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #1ea4fe;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.tab-cont {
    padding: 3vw 0 1vw;
    background-color: #fff;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.03) inset;
}
.tab-cont .child {
    opacity: 0;
    display: none;
}
.tab-cont .child.active {
    display: block;
    -webkit-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -moz-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    -ms-animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    animation: o-upfade-top 0.7s 0.1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.items-1 {
    font-size: 0;
    margin: 0 -12px;
    display: flex;
}
.items-1 .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}
.items-1 .item .img-box {
    overflow: hidden;
}
 .items-1 .item img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.items-1 .item h3 {
    font-size: 20px;
    color: #4c4e52;
    margin:0;
    margin-top: 24px;
    font-weight: normal;
}
.items-1 .item h3:before {
    content: '';
    width: 2px;
    height: 24px;
    background-color: #1ea4fe;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 18px 0 0;
}
.items-1 .item:hover img {
    -webkit-transform:translateZ(0) scale(1.05);
    -moz-transform:translateZ(0) scale(1.05);
    -ms-transform:translateZ(0) scale(1.05);
    transform:translateZ(0) scale(1.05);
}
.about-culture-s1 .items {
    font-size: 0;
    margin-top: 3vw;
}
.about-culture-s1 .item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    text-align: center;
}
.about-culture-s1 .item .top-box {
    width: 260px;
    height: 260px;
    margin: 0 auto;
    position: relative;
}
.about-culture-s1 .item .circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 1;
}
.about-culture-s1 .item .circle span:nth-of-type(2) {
    animation-delay: 1s;
}
.about-culture-s1 .item .circle span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(76, 78, 82, 0.05);
    border-radius: 50%;
    -webkit-animation: o-scale-1 3s linear infinite;
    -moz-animation: o-scale-1 3s linear infinite;
    -ms-animation: o-scale-1 3s linear infinite;
    animation: o-scale-1 3s linear infinite;
}
.about-culture-s1 .item .img-box {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}
.about-culture-s1 .item img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-culture-s1 .item .bot-box {
    text-align: center;
    margin-top: 4vw;
}
.about-culture-s1 .item h3 {
    font-size: 24px;
    color: #4c4e52;
    font-weight: normal;
}
.about-culture-s1 .item p {
    font-size: 18px;
    color: #4c4e52;
    margin-top: 15px;
}
.about-culture-s2 {
    position: relative;
    padding: 4.5vw 0 6vw;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../image/b1aedc46d0859018057a198652314830.jpg);
    background-attachment: fixed;
}
.comm-tit.white h3 {
    color: #fff;
}
.comm-tit.white h4 {
    color: rgba(255, 255, 255, 0.2);
}
.about-culture-s2 .items {
    font-size: 0;
    margin-top: 2vw;
}
.about-culture-s2 .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative;
}
.about-culture-s2 .item .img-box {
    overflow: hidden;
}
.about-culture-s2 .item img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-culture-s2 .item .show {
    z-index: 2;
}
.about-culture-s2 .item:after, .about-culture-s2 .item .show, .about-culture-s2 .item .hide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-culture-s2 .item .show:before {
    content: '';
    width: 24px;
    height: 2px;
    background-color: #1ea4fe;
    position: absolute;
    top: 30px;
    left: 30px;
}
.about-culture-s2 .item .show h3 {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
}
.about-culture-s2 .item .hide {
    text-align: center;
    background-color: rgba(30,164,254, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 3;
}
.cell-box:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.about-culture-s2 .item h3 {
    margin:0;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about-culture-s2 .item .para {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.about-culture-s2 .item .para:before {
    content: '';
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 15px auto;
}
.about-culture-s2 .item:after {
    content: '';
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.2);
}
.about-culture-s2 .item:after, .about-culture-s2 .item .show, .about-culture-s2 .item .hide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.about-culture-s2 .item:hover:after, .about-culture-s2 .item:hover .show {
    opacity: 0;
    visibility: hidden;
}
.about-culture-s2 .item:hover .hide {
    opacity: 1;
    visibility: visible;
}
.about-culture-s2 .item:hover img {
    -webkit-transform:translateZ(0) scale(1.05);
    -moz-transform:translateZ(0) scale(1.05);
    -ms-transform:translateZ(0) scale(1.05);
    transform:translateZ(0) scale(1.05);
}
.about-1 {
    color: #4c4e52;
    line-height: 2;
    font-size: 16px;
    text-align: justify;
    margin-top:3vw;
}
.about-1 p {
    margin: 0;
}
.about-1 h4 {
    font-size: 18px;
    margin: 0;
}
.about-2 {
    position: relative;
    padding: 0 80px;
}
.about-2 .date {
    background: url(../image/911_lc.png) no-repeat center / contain;
    height: 82px;
    line-height: 72px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-2 i {
    display: block;
    position: relative;
    margin: 20px 0;
}
.about-2 i:after {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 1px solid #1ea4fe;
    border-radius: 50%;
    content: '';
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.about-2 i:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    border-bottom: 1px dashed #999;
    content: '';
}
.about-2 .text {
    background-color: #fff;
    margin: 0 15px;
    padding: 20px;
    line-height: 1.8;
    text-align: justify;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-2 .swiper-slide:hover .date {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.about-2 .swiper-slide:hover .text {
    background-color: #1ea4fe;
    color: #fff;
}
.about-2 .swiper-button-prev, .about-2 .swiper-button-next {
    background-color: #c3c3c3;
    background-size: 10px auto;
    width: 24px;
    height: 54px;
    border-radius: 20px;
    outline: none;
    margin: 0;
    top: 82px;
}
.about-2 .swiper-button-prev:hover, .about-2 .swiper-button-next:hover {
    background-color: #1ea4fe;
}
.about-2 .swiper-pagination {
    position: static;
    margin-top: 15px;
    text-align: center;
    font-size: 0;
    display: none;
}
.about-2 .swiper-pagination-bullet {
    margin: 0 5px;
}
.about-3 {
    margin: -20px 0 0 -20px;
}
.about-3 li {
    float: left;
    width: 25%;
}
.about-3 li a {
    display: block;
    margin: 20px 0 0 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.about-3 li .text {
    text-align: center;
    margin-top: 15px;
}
.about-3 li .text h4 {
    margin: 0;
    font-size: 20px;
}
.about-3 li .text p {
    color: #666;
    margin: 10px 0 0;
}
.about-3 li a:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.contact{
    margin-top: 3vw;
    position: relative;
}
.contact-left .map {
    
    margin-bottom: 30px;
}
.contact-right {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px 30px;
    background: url(../image/334b1d556c07e5aa1adceeabdcd55927.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-right p{
    font-size: 16px;
    line-height: 2;
    color:#fff;
    margin:0;
}
.contact-right h4{
    font-size: 26px;
    margin:0;
    color:#fff;
}
.contact-right a{
    color:#fff;
}
.contact-right a.nocolor{
    color:#fff;
}
.contact-right h4:after{
    content: '';
    width: 24px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin: 15px 0;
}
.contact-right .item {
    margin-bottom: 40px;
}
.contact-right .item:last-child {
    margin-bottom: 0;
}
.contact-right .item .ewm {
    float: right;
    position: relative;
    margin-top: 4px;
}
.contact-right .item .ewm a {
    display: block;
    border-radius: 20px;
    line-height: 26px;
    color: #888;
    background: url(../image/925_cont1.png) no-repeat 80px center #e9e9e9;
    padding: 0 40px 0 15px;
}
.contact-right .item .ewm .img-center {
    position: absolute;
    right: 100%;
    border: 3px solid #1ea4fe;
    width: 100px;
    top: -30px;
    margin-right: 10px;
    display: none;
}
.contact-right .item .ewm .img-center:before, .contact-right .item .ewm .img-center:after {
    content: '';
    position: absolute;
}
.contact-right .item .ewm .img-center:before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #1ea4fe;
    position: absolute;
    top: 36px;
    right: -26px;
}
.contact-right .item .ewm .img-center:after {
    width: 14px;
    height: 1px;
    background: #1ea4fe;
    position: absolute;
    top: 40px;
    right: -17px;
}
.contact-right .item .ewm:hover a {
    color: #1ea4fe;
}
.contact-right .item .ewm:hover .img-center {
    display: block;
}
.contact-right .item h4 {
    margin: 0;
    font-size: 24px;
}
.contact-right .item .text {
    color: #666;
    border-left: 3px solid #1ea4fe;
    margin-top: 24px;
    padding-left: 20px;
    line-height: 2;
}
.contact-right .item .text h5 {
    color: #C01;
    margin: 0;
    font-size: 16px;
}
.contact-right .item .text p {
    margin: 0;
}
.msg {
    background-color: #f2f2f2;
    padding: 40px;
}
.msg h4 {
    margin: 0;
    font-size: 24px;
    color: #1ea4fe;
    font-weight: normal;
}
.msg .tips {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}
.msg form {
    overflow: hidden;
    display: block;
    margin: 10px 0 0 -10px;
}
.msg .form-group {
    float: left;
    margin: 10px 0 0 10px;
    width: 235px;
    background-color: #fff;
    overflow: hidden;
}
.msg .form-label {
    float: left;
    line-height: 30px;
    width: 80px;
    padding: 10px 0 10px 10px;
}
.msg .form-label span {
    color: red;
}
.msg .form-content {
    margin-left: 90px;
    padding: 10px 10px 10px 0;
    font-size: 0;
}
.msg .form-control {
    border: 0;
    background-color: transparent;
    padding: 0;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.msg .form-radio {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px; width:100%;
}
.msg .form-radio input {
    margin-right: 8px;
}
.msg .form-submit {
    display: block;
    width: 100%;
    background: #1ea4fe;
    color: #fff;
    border: 0;
    padding: 0;
    cursor: pointer;
    outline: none;
    height: 54px;
    font-size: 18px;
}
.msg .form-group.full {
    width: 480px;
}
.msg .form-group.yzm .form-control {
    width: 70px;
}
.msg .form-group.yzm .yzm-pic {
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    height: 30px;
}
.message-left {
    float: left;
    width: 560px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}
.message-left h4 {
    margin: 0 0 45px;
    font-size: 36px;
    font-weight: normal;
    color: #4c4e52;
}
.message-left p {
    margin: 0;
}
.message-right {
    float: right;
    width: 560px;
}
.recruit-s1 .para {
    text-align: center;
    margin-top: 2vw;
    font-size: 16px;
    line-height: 2;
    color: #4c4e52;
}
.recruit-s1 .items {
    margin-top: 4.5vw;
}
.recruit-s1 .item:nth-of-type(1) {
    margin-top: 0;
}
.recruit-s1 .item {
    margin-top: 24px;
    position: relative;
}
.recruit-s1 .item .img-box {
    width: 50%;
    overflow: hidden;
}
.recruit-s1 .item img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.recruit-s1 .item .txt-box {
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    width:50%;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0 2.5vw;
    background-color: #4c4e52;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.recruit-s1 .item h3 {
    margin:0;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.recruit-s1 .item .info {
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
.recruit-s1 .item:nth-of-type(2) .txt-box {
    left: 0;
}
.recruit-s1 .item.active img {
    -webkit-transform:translateZ(0) scale(1.1);
    -moz-transform:translateZ(0) scale(1.1);
    -ms-transform:translateZ(0) scale(1.1);
    transform:translateZ(0) scale(1.1);
}
.recruit-s1 .item.active .txt-box {
    background-color: #1ea4fe;
}
.recruit-s1 .item:nth-of-type(1) .txt-box {
    left: 50%;
}
.recruit-s1 .item:nth-of-type(2) .img-box {
    margin-left: 50%;
}
.tab-tit {
    font-size: 0;
    text-align: center;
    padding-top: 2vw;
}
.tab-tit span {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    font-size: 18px;
    line-height: 56px;
    color: #4c4e52;
    border: 2px solid #4c4e52;
    margin: 0 12px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.tab-tit span.active {
    background-color: #1ea4fe;
    border-color: #1ea4fe;
    color: #fff;
}
.recruit-page .tab-tit span {
    width: 220px;
    line-height: 50px;
}
.jobs {
    padding-top:30px;
}
.jobs .item {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.jobs .item.open:before{
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.jobs .item:before {
    top: 0;
    transform-origin: left center;
}
.jobs .item.open .tit .btn1 a{
    background: #1ea4fe;
    color:#fff;
    border-color:#1ea4fe;
}
.jobs .item:before{
    content: '';
    width: 100%;
    height: 2px;
    background-color: #1ea4fe;
    position: absolute;
    left: 0;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.jobs .item:nth-of-type(odd){
    background:#fff;
}
.jobs .item .tit {
    padding: 35px 60px 35px 30px;
    position: relative;
}
.jobs .item .tit .title{
    width:27%;
}
.jobs .item .tit .info{
    width: calc((73% - 150px) / 3);
}
.jobs .item .tit .box{

    display: inline-block;
    vertical-align: middle;

}
.jobs .item .tit .box span{
    display: block;
    font-size: 16px;
    color: #4c4e52;
}
.jobs .item .tit .box .gray{
    color: #898989;
    margin-bottom: 10px;
}
.jobs .item .tit .btn1{
    width:130px;

}
.jobs .item .tit .btn1 a{
    width: 130px;
    line-height: 40px;
    display: block;
    font-size: 16px;
    color: #4c4e52;
    border: 2px solid #4c4e52;
    border-radius: 24px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.jobs .item .tit h4 {
    margin: 0;
    font-size: 22px;
}
.jobs .item .tit p {
    font-size: 0;
    margin: 10px 0 0;
}
.jobs .item .tit p span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 70px;
    font-size: 16px;
    color: #333;
}
.jobs .item .con {
    padding: 24px 60px 24px 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    display: none;
    background:#fff;
}
.jobs .item .mshow{
    display:none;
}
.news-left {
    float: left;
    width: 66.66%;
}
.news-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news-title h1 {
    margin: 0;
    font-size: 40px;
    font-weight: normal;
}
.news-title p {
    margin: 10px 0 0;
    font-size: 0;
}
.news-title p span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 16px;
    color: #999;
    background: no-repeat 0 center;
    padding-left: 25px;
}
.news-title p span.i1 {
    background-image: url(../image/920_newscon1.png);
}
.news-title p span.i2 {
    background-image: url(../image/920_newscon2.png);
}
.news-title p span.i3 {
    background-image: url(../image/920_newscon3.png);
}
.news-content {
    line-height: 1.75em;
    margin-bottom: 30px;
    font-size: 16px;
    color: #191919;
    text-align: justify;
    background: #fff;
    padding:1vw 2vw;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
.news-content .mianze{
    padding: 10px;
    background: #f2f2f2;
    margin-top: 20px;
    border:1px dashed #ddd;
}
.news-content a{
    color: #4e9ae7;
    text-decoration: underline;
}
.news-content p{
    margin:0;
    padding:6px 0;
}
.news-content img {
    max-width: 90%;
    width: auto !important;
    height: auto !important;
    margin:10px 0;
}
.cell-box{
    font-size: 0;
}
.news-left a.back {
    display:block;
    width: 100px;
    height: 100px;
    background-color: #1ea4fe;
    border-radius: 50%;
    margin: 4vw auto 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-left a.back span {
    display: block;
    font-size: 14px;
    color: #fff;
}
.news-left a.back span:before {
    content: '';
    width: 27px;
    height: 24px;
    display: block;
    margin: 0 auto 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../image/icon-3.png);
}
.news-exp {
    margin-top: 4vw;
    background-color: #fff;
    padding: 24px 30px;
    border-top: 3px solid #1ea4fe;
}
.news-exp a {
    display: block;
    font-size: 16px;
    line-height: 2;
    color: #191919;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.news-exp a:hover{
    color:#1ea4fe;
}
.news-panel {
    margin-top: 40px;
}
.news-panel .tit {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.news-panel .tit .fh {
    float: right;
    color: #999;
    font-size: 16px;
    padding-left: 25px;
    background: url(../image/920_fh.png) no-repeat 0 center;
}
.news-panel .tit .fh:hover {
    color: #1ea4fe;
}
.news-panel .tit span {
    display: inline-block;
    font-size: 24px;
    border-bottom: 2px solid #1ea4fe;
    color: #1ea4fe;
    margin-bottom: -1px;
    padding-bottom: 15px;
    line-height: 1;
}
.list-5 {
    margin-left: -20px;
    margin-top: -15px;
}
.list-5 li {
    float: left;
    width: 50%;
}
.list-5 li a {
    display: block;
    margin-left: 20px;
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-5 li span {
    float: right;
    color: #999;
}
.news-right {
    display: inline-block;
    vertical-align: top;
    margin-left: 3.333%;
    margin-top: -7vw;
    width: 30%;
    position: sticky;
    top: 90px;
    background-color: #fff;
    padding:0 30px 30px;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.news-right h3{
    font-size: 24px;
    line-height: 4.5vw;
    color: #4c4e52;
    margin:0;
}
.news-right .link {
    padding-top: 30px;
    border-top: 2px solid #1ea4fe;
}
.news-right .link a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #191919;
    margin-top: 24px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.news-right .link a:hover{
    color:#1ea4fe;
}
.news-right .link a:nth-of-type(1) {
    margin-top: 0;
}
.news-right .link a:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #1ea4fe;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}
.comm-share {
    float: left;
    margin-left: -100px;
    margin-top: 9vw;
    width: 40px;
    position: sticky;
    top: 100px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.comm-share a:first-of-type {
    border-radius: 50%;
    background-color: #e5e1ea;
    background-image: url(../image/icon-4.png);
}
.comm-share span {
    margin-top: 20px;
    height: 1px;
    background-color: #e6e6e6;
    display: block;
}
.comm-share a.wx {
    background-image: url(../image/icon-5.png);
}
.comm-share a {
    display: block;
    width: 40px;
    height: 40px !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
    float: none !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.comm-share a.sina {
    background-image: url(../image/icon-6.png);
}
.comm-share a.wx:hover {
    background-image: url(../image/icon-5-on.png);
}
.comm-share a.sina:hover {
    background-image: url(../image/icon-6-on.png);
}
.news-banner .img-center {
    overflow: hidden;
}
.news-banner .img-center img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.news-banner .img-center a:hover img {
    -webkit-transform:translateZ(0) scale(1.1);
    transform:translateZ(0) scale(1.1);
}
.news-act-menu {
    overflow: hidden;
}
.news-act-menu li {
    float: left;
    width: 50%;
}
.news-act-menu li a {
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
}
.news-act-menu li.active a {
    background-color: #1ea4fe;
    color: #fff;
}
.list-6 {
}
.list-6 li {
    border-top: 1px solid #efefef;
}
.list-6 li a {
    display: block;
    padding: 20px;
}
.list-6 li a:hover {
    background-color: #f2f2f2;
}
.list-6 li h4 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-6 li p {
    font-size: 0;
    margin: 10px 0 0;
}
.list-6 li p span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
    background: no-repeat 0 center;
    padding-left: 25px;
}
.list-6 li p span.i1 {
    background-image: url(../image/920_newscon1.png);
}
.list-6 li p span.i2 {
    background-image: url(../image/920_newscon2.png);
}
.news-box {
    margin-top: 20px;
    border: 1px solid #efefef;
    box-shadow: 0 5px 5px -5px #ccc;
    border-radius: 10px;
    overflow: hidden;
}
.news-box.msg {
    padding: 20px;
    background-color: transparent;
}
.news-box.msg h4 {
    font-size: 18px;
}
.news-box.msg form {
    margin-left: 0;
}
.news-box.msg .form-group {
    background-color: #f0f0f0;
    margin-left: 0;
    width: 100%;
}
.news-box.msg .form-group.yzm .form-control {
    width: 133px;
}
.case-title {
    text-align: center;
    border-bottom: 0;
}
.case-title p span {
    margin: 0 10px;
}
.yunu-showcase {
    margin-bottom: 30px;
}
.yunu-showcase-info {
    float: right;
    width: 500px;
}
.yunu-showcase-info h1 {
    text-align:center;
    margin: 0 0 15px;
    font-size: 30px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yunu-showcase-info p {
    margin: 0;
    color: #666;
    height: 168px;
    font-size:16px;
}
.yunu-showcase-info .tel {
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    height: 42px;
    line-height: 21px;
    font-size: 18px;
}
.yunu-showcase-info .tel a {
    background-color: #1ea4fe;
    color: #fff;
    display: inline-block;
}
.pc-slide {
    float: left;
    width:100%;
}
.pc-slide .view .swiper-slide .imgauto {
    width: 100%;
    height: 400px;
    line-height: 400px;
}
.pc-slide .view .swiper-container {
    width: 100%;
}
.swiper-slide-active { height:auto;}
.pc-slide .preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}
.pc-slide .preview .swiper-container {
    margin: 0 30px;
}
.pc-slide .preview .swiper-slide .imgauto {
    height: 80px;
    border: 2px solid #ddd;
    opacity: 0.4;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition:all 0.5s;
}
.pc-slide .preview .swiper-slide .imgauto img {
    max-width: 100%;
    max-height: 100%;
    height:100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.pc-slide .preview .arrow-left {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%230093D9'%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    width: 16px;
    height: 26px;
    z-index: 10;
}
.pc-slide .preview .arrow-right {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%230093D9'%2F%3E%3C%2Fsvg%3E");   position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    width: 16px;
    height: 26px;
    z-index: 10;
}
.pc-slide .preview img {
    padding: 1px;
}
.pc-slide .preview .active-nav .imgauto {
    border: 2px solid #1ea4fe;
    opacity: 1;
}
.pc-slide1 {
    margin-bottom: 40px;
}
.pc-slide1 .view {
    float: left;
    width: 870px;
}
.pc-slide1 .view .swiper-slide .imgauto {
    width: 100%;
    height: 580px;
    line-height: 580px;
}
.pc-slide1 .preview {
    position: relative;
    margin-left: 895px;
    padding-top: 40px;
}
.pc-slide1 .preview .swiper-container {
    height: 540px;
}
.pc-slide1 .preview .swiper-slide .imgauto {
    height: 171px;
    border: 3px solid #eee;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.pc-slide1 .preview .swiper-slide .imgauto img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.pc-slide1 .preview .arrow-left {
    background: url(../image/feel3.png) no-repeat center #e7e7e7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 128px;
    height: 24px;
}
.pc-slide1 .preview .arrow-right {
    background: url(../image/feel4.png) no-repeat center #e7e7e7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 128px;
    height: 24px;
}
.pc-slide1 .preview img {
    padding: 1px;
}
.pc-slide1 .preview .active-nav .imgauto {
    border-color: 1px solid #1ea4fe;
    opacity:0.3;
}
div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}
div.zoomMask {
    position: absolute;
    background: url(../image/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}
.case-bb {
    font-size: 0;
    margin-bottom: 20px;
    background: url(../image/918_casecon4.png) repeat-x center;
}
.case-bb span {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color:#1EA4FE;
    padding-right: 20px;
    font-size: 24px;
}
.prd-title {
    text-align: center;
}
.prd-title p span {
    margin: 0 10px;
}
.prd-slide .view {
    width: 650px;
}
.prd-slide .view .swiper-slide .imgauto {
    height: 503px;
    line-height: 503px;
}
.prd-slide .preview {
    margin-left: 680px;
}
.prd-slide .preview .swiper-container {
    height: 463px;
}
.prd-slide .preview .swiper-slide .imgauto {
    height: 145px;
}
.list-7 {
    margin: -20px 0 0 -20px;
}
.list-7 li {
    float: left;
    width: 33.333333%;
}

.list-7 li a {
    display: block;
    margin: 20px 0 0 20px;
    background-color: #f2f2f2;
    padding: 20px;
    padding-top:30px;
    position: relative;
    cursor: zoom-in;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.list-7 li a:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,147,217,0.7);
    content: '';
    z-index: 1;
    display: none;
}
.list-7 li .img-center {
    overflow: hidden;
    position: relative;
}
.list-7 li .img-center img{
    max-width: 80%;
}
.list-7 li .text {
    text-align: center;
    margin-bottom: -20px;
    line-height: 80px;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.banner-wrapper{
    overflow: hidden;
    position: sticky;
    top: 0;
}
@media screen and (min-width: 1025px) {
.contact-s3 form .box button:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.product-list-s1 .item:hover .img-box{
    -webkit-transform: translateY(-1vw);
    -moz-transform: translateY(-1vw);
    -ms-transform: translateY(-1vw);
    transform: translateY(-1vw);
}
.list-4 li{
    margin-top:60px;
}
.news-left a.back:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(30, 164, 254, 0.3);
}
.list-7 li a:hover {
    -webkit-box-shadow: 0 5px 20px #ccc;
    box-shadow: 0 5px 20px #ccc;
    background: #fff;
}
#down .item .tit .btn1 a:hover{
    color: #fff;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(30, 164, 254, 0.3);
}
}
.position {
    font-size:18px;
    padding: 0 10px;
    background: url(../image/logo_03.png) no-repeat 0 center;
}
.m-tel{
    display: none;
}
.hotpro{
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    margin-bottom: 20px;
    font-size: 18px;
}
.about-index-s1 .img-box img {
    display: block;
    width: 100%;
}
.video-btn{
    cursor: pointer;
}
.pagination p{
    margin:0;
    cursor:pointer
}
.pagination{
    display:inline-block;
    text-align:center;
}
.pagination a{
    display:block;
    float:left;
    padding:0 20px;
    height:40px;
    text-decoration:none;
    color:#808080;
    font-size:18px;
    line-height:40px;          
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.pagination a:hover{
    color: #fff;
    background: #b0b0b0;
}
.pagination a.cur{
    background: #757575;
    color: #fff;
}
.pagination p{
    floapadding:2px 12px;
    font-size:12px;
    height:24px;
    line-height:24px;
    color:#bbb;
    border:1px #ccc solid;
    background:#fcfcfc;
    margin-right:8px;
}
.pagination p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0px;
    padding:4px 0px;
    color:#666;
}
.pagination p.pageRemark b{
    color:red;
}
.pagination p.pageEllipsis{
    border-style:none;
    background:none;
    padding:4px 0px;
    color:#808080;
}
.dates li {font-size: 14px;margin:20px 0}
.dates li span{float:right}
#down{
    padding-top:60px;
}
#down .item .tit h4{
    background: url("../image/pdf1.svg")no-repeat;
    padding-left:62px;
    height:52px;
    line-height:52px;
}
#down .item .tit .title{
    width:calc(100% - 135px);
}
#down .item .tit .btn1 a{
    background: url("../image/download.svg")no-repeat #1ea4fe;
    background-position: 20px 50%;
    color:#fff;
    border:none;
    border-radius: unset;
}
#down .item{
    cursor: auto;
}
/*小尺寸电脑*/
@media screen and (max-width: 1700px) {
.video-s1 h3,.search-s1 h3{
    font-size: 40px;
}
.search-s1 .form button,.search-s1 .form{
    height:62px;
}   
.search-s1 .form button{
    width:62px;
}
.header form{
    width:260px;
    height:40px;
    margin-top:-20px;
}
.header input{
    font-size: 15px;
}
.header button{
    height:40px;
}
.header .nav li a.a1{
    padding:0 1.6vw;
    font-size: 16px;
    line-height: 80px;
}
.header .logo1{
    height:36px;
    margin-top: -18px;
}
.header.down .nav li a.a1{
    padding: 0 1.6vw;
    line-height: 60px;
}
.header-nav-menu .title h3{
    font-size: 16px;
}
#J_navMenu .children-list{
    padding:0 3.5vw;
}
#link a{
    font-size: 16px;
}
.index-banner{
    padding-top:116px;
}
.banner .txt-box .wrapper h3{
    font-size:36px;
}
.index-s2 .item h3{
    font-size:20px;
}
.index-s2 .item h4{
    font-size: 15px;
}
.product-detail-s2 .txt-box .para i{
    width:6px;
    height:6px;
}
.solution-detail-s2 .items a .text,.list-1 li .text{
    font-size: 18px;
}
.solution-detail-s2 .items a .more,.list-1 li .more{
    font-size: 15px;
    height:35px;
    line-height: 35px;
}
.list-4 li .img-center {
    width:33.33%;
}
.list-4 li .date span{
    font-size: 16px;
}
.list-4 li .text h4{
    font-size: 20px;
}
.list-4 li .text p{
    font-size: 14px;
}
.list-7 li .img-center {
    width:auto;
}
.recruit-s1 .item h3{
    font-size: 20px;
}
.recruit-s1 .item .info{
    font-size: 14px;
}
.product-list-s1 .item h3,.product-detail-s2 .txt-box h3{
    font-size: 36px;
}
.product-list-s1 .item .para,.product-detail-s2 .txt-box .para{
    font-size: 18px;
}
.contact-s3 form .box button,.contact-s3 form .box input{
    height:56px;
}
.contact-s3 form .box textarea{
    height:160px;
}
}
@media screen and (max-width: 1600px) {
.index-s3 .news_box_left .news_title span{
    font-size: 22px;
}
.news-detail-s1 h1{
	font-size: 36px;
}
#J_navMenu .children-list li{
    padding:3.5vw 1% 0;
}
.product-list-s1 .item h3,.product-detail-s2 .txt-box h3{
    font-size: 32px;
}
.product-list-s1 .item .para,.product-detail-s2 .txt-box .para{
    font-size: 17px;
}
.solution-detail-s2 .items a .text, .list-1 li .text{
    font-size: 16px;
}
.product-detail-s2 a {
    width: 160px;
    font-size: 15px;
    line-height: 36px;
}
.recruit-s1 .para{
    font-size: 15px;
}
.video-s1 h3,.search-s1 h3{
    font-size: 38px;
}
.search-s1 .form button,.search-s1 .form{
    height:56px;
}   
.search-s1 .form button{
    width:56px;
}
.comm-tit h3 {
    font-size: 28px;
}
.comm-tit h4{
    font-size: 48px;
}
.about-index-s1 .txt-box{
    font-size: 14px;
}
.nfound .more,.about-research-s4 a.more, .about-index-s1 a.more{
    width:200px;
    line-height: 52px;
}
.about-index-s2 a.more{
    width:200px;
    line-height: 48px;
}
.about-1{
    font-size: 15px;
}
.tab-tit .item i{
    width:80px;
    height:80px;
}
.tab-tit .item h3{
    font-size: 20px;
}
.about-culture-s1 .item .top-box{
    width:220px;
    height:220px;
}
.about-culture-s1 .item h3{
    font-size: 20px;
}
.about-culture-s1 .item p{
    font-size: 16px;
}
.about-culture-s2 .item h3{
    font-size: 20px;
}
.list-7 li .text{
    font-size: 18px;
}
.layui-table td, .layui-table th{
    font-size: 16px;
}
.news-right h3{
    font-size:20px;
}
.jobs .item .tit h4{
    font-size: 20px;
}
.jobs .item .tit .btn1 a{
    font-size: 15px;
}
.contact-s3 form .box button,.contact-s3 form .box input{
    height:52px;
}
.contact-s3 form .box textarea{
    height:150px;
}
.contact-s3 form .box button{
    font-size: 16px;
}
}
/*14寸电脑*/
@media screen and (max-width: 1366px) {
.index-s3 .news_box_left .news_title span{
    font-size: 20px;
}

#J_navMenu .children-list{
    padding:0 1.5vw;
}
.banner .txt-box .wrapper h4{
    font-size: 20px;
}
#link a{
    font-size: 15px;
}
.layui-table[lay-size=lg] td, .layui-table[lay-size=lg] th{
    padding:15px 30px;
}
.layui-table td, .layui-table th{
    font-size: 14px;
}
.recruit-s1 .item h3{
    margin-bottom: 10px;
}
.recruit-s1 .para{
    font-size: 14px
}
.recruit-s1 .item .info{
    font-size: 12px;
}
.video-s1 h3,.search-s1 h3{
    font-size: 32px;
}
.search-s1 .form button,.search-s1 .form{
    height:52px;
}   
.search-s1 .form button{
    width:52px;
}
.header form{
    width:180px;
}
.header input{
    font-size: 14px;
}
.header.down .nav li a.a1,.header .nav li a.a1{
    padding:0 1.2vw;
}
.header .logo1{
    height:32px;
    margin-top: -16px;
}
.nfound .more,.about-research-s4 a.more, .about-index-s1 a.more{
    width:180px;
    line-height: 46px;
}
.about-index-s2 a.more{
    width:180px;
    line-height: 42px;
}
.about-index-s2 .item h3{
    font-size: 18px;
}
.about-research-s4 .item{
    font-size: 14px;
}
.product-list-s1 .item h3,.product-detail-s2 .txt-box h3{
    font-size: 26px;
}
.product-detail-s2 .txt-box .para{
	font-size: 15px;
    margin-top:10px;
}
.product-detail-s2 a {
    width: 140px;
    line-height: 32px;
}
.news-detail-s1 h1{
	font-size: 32px;
}
}
/*移动端*/
 @media screen and (max-width: 1024px) {
.news-content img{
    margin:5px 0;
}
.product-detail-s2 .txt-box .para i{
    display:none;
}
.solution-detail-s2 .items{
    padding:40px 0 0;
}
.layui-table[lay-size=lg] td, .layui-table[lay-size=lg] th{
    padding: 15px 30px;
}
.layui-table td, .layui-table th{
    font-size: 12px;
}
.layui-table th{
    font-size: 16px;
}
.index-s2 .item .img-box {
    height: 0;
    padding-bottom:56.465517%;
}
#down .item .tit .title {
    width: calc(100% - 75px);
}
#down .item .tit h4{
    background-size: 32px;
    background-position: 0 50%;
    padding-left: 37px;
}
#down .item .tit .btn1 a{
    background-image: unset;
}
#down .item .tit .btn1,#down .item .tit .btn1 a{
    width:70px;
}
.xhl-launch-button .xhl-button-text {
    display: none;
}
#down{
    padding-top:20px;
}
.product-detail-s2 a {
    margin-top: 10px;
    color:#fff;
}
.product-detail-s2 .img-box img, .product-detail-s2 .img-box video{
    height: auto;
    animation: opacity01 .3s;
    width:100%;
}
.nav form,.nav .logo1{
    display: none;
}
.video-s1,.search-s1 {
    margin-top: -25vw;
    padding:0 20px;
}
/*.swiper-lazy-preloader{
    width:40px;
    height:40px;
}*/
.nfound h1{
    font-size:4em;
    margin:0;
 }
.nfound .comm-tit h4{
    font-size:2em;
    margin:0;
 }
.nfound .comm-tit p{
    font-size:16px;
    line-height:28px;
    text-align: center;
 }
.nfound a.more {
    width: 140px;
    line-height: 34px;
    border-width: 1px;
    margin: 20px auto 0;
    font-size: 14px;
}
.head_main .right{
    display:block;
    position: static;
}
.head_main .right li a:after{
    margin:6px 15px 0;
    vertical-align: top;
}
.head_main .containers{
    padding:0;
}
.head_main .right .lang span,.head_main .right li a{
    line-height: 24px;
    font-size: 12px;
 }
.head_main .right li a h1{
    font-size: 12px;
}
.head_main ul{
    vertical-align: top;
}
.header .lang {
    position: absolute;
    margin-left: 0;
    right: 20px;
    top: 0;
}
.header .lang span:before {
    width: 18px;
    height: 18px;
    margin: -3px 5px 0 0;
}
.header .lang .hide {
    width: 80px;
    margin-left: -40px;
}
.index-s2 .item:nth-of-type(odd) {
    margin-right: 12px;
}
.index-s2 .item:nth-of-type(3),.index-s2 .item:nth-of-type(4){
    margin-top: 12px;
}
.index-s2 .item {
    width: calc(50% - 6px);
    margin-top: 0;
    margin-right:0;
}
.index-s2 .item .txt-box {
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.index-s1 .item h4, .index-s2 .item h3 {
    font-size: 18px;
}
.index-s2 .item h4 {
    font-size: 13px;
}
.index-banner{
    padding:0;
}
.comm-tit h3{
    font-size:20px;
}
.comm-tit h4{
    font-size:18px;
}
.tab-tit .items{
    padding:0;
}
.tab-tit .item i {
    width: 70px;
    height: 70px;
    background-size: 34px auto;
}
.tab-tit .item h3 {
    font-size: 18px;
    padding: 10px 10px 20px;
    margin: 0 auto;
}
.tab-tit .item h3:after {
    height: 2px;
}
.tab-cont {
    padding: 40px 20px 10px;
}
.items-1 {
    margin: 0 -5px;
    display: block;
}
.items-1 .item:nth-of-type(1), .items-1 .item:nth-of-type(2) {
    margin-top: 0;
}
.items-1 .item {
    width: calc(50% - 10px);
    margin: 15px 5px 0;
}
.items-1 .item h3 {
    font-size: 18px;
    margin-top: 10px;
}
.items-1 .item h3:before {
    width: 1px;
    height: 12px;
    margin: -2px 5px 0 0;
}
.about-index-s1 .cont {
    margin-top: 20px;
}
.about-index-s1 .txt-box {
    font-size: 14px;
}
.about-research-s4 a.more,.about-index-s1 a.more, .about-index-s5 a.more {
    width: 180px;
    line-height: 46px;
}
.about-index-s2 a.more{
    width: 180px;
    line-height: 42px;
}
.mtit{
    display:block;
}
.pctit{
    display: none;
}
.solution-detail-s2,.recruit-s3 {
    padding: 40px 20px;
}
.recruit-s3 .tab-cont {
    margin-top: 20px;
}
.recruit-s3 .tab-cont .item h3 {
    font-size: 14px;
    line-height: 30px;
}
.solution-detail-s2 .button,.recruit-s3 .button {
    display: none;
}
.about-index-s2 .items {
    margin: 20px -5px 0;
}
.about-index-s2 .item:nth-of-type(1), .about-index-s2 .item:nth-of-type(2) {
    margin-top: 0;
}
.about-index-s2 .item h3 {
    font-size: 16px;
    margin-top: 10px;
}
.about-research-s4 .scroll {
    margin-top: 0;
    padding: 20px;
}
.about-research-s4 .item {
    font-size: 15px;
 }
.about-culture-s1 .items {
    margin-top: 5vw;
}
.about-culture-s1 .item .top-box {
    width: 160px;
    height: 160px;
}
.about-culture-s1 .item .bot-box {
    margin-top: 15px;
}
.about-culture-s1 .item h3 {
    font-size: 18px;
}
.about-culture-s1 .item p {
    font-size: 15px;
    margin-top: 5px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.about-culture-s2 .items {
    margin-top: 20px;
}

.about-culture-s2 .item .show:before {
    top: 20px;
    left: 20px;
}
.about-culture-s2 .item .show h3 {
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.about-culture-s2 .item h3 {
    font-size: 18px;
}
.about-culture-s2 .item .para {
    font-size: 15px;
    line-height: 20px;
}
.about-culture-s2 .item .para:before {
    margin: 10px auto 6px;
}
.about-1{
    margin-top:5vw;
}
.news-exp a{
    font-size: 14px;
}
.hotpro{
    font-size: 16px;
}
.indexbd{
    padding-top: 75px;
}
body {
    min-width: 320px;
    padding-top: 116px;
}

#mform{
    display:block;
    width: 155px;
    height: 30px;
    right: 60px;
    padding-right: 26px;
    margin-top: -15px;
}
#mform input{
    padding: 0 10px;
    font-size:12px;
}
.header form{
    display: none;
}
.header button{
    width: 30px;
    height: 30px;
    background-size: auto 12px;

}
.head_main{
    height:24px;
    font-size:12px;
    line-height: 24px;
    z-index: 8;
    padding:0 20px;
}
.right{
    display: none;
}
.banner .txt-box .wrapper h3{
    font-size:24px;
}

.banner .txt-box .wrapper h4{
    
    font-size:12px;
    margin-top:10px;
}
.banner .txt-box .wrapper .btn-2{
    width: 120px;
    line-height: 36px;
    margin-top:20px;
    font-size: 12px;
}
.container {
    width: auto;
}
.footer-fix {
    display: none;
}
.lanmu li img{
    display: none;
}
.more-big {
    width: 120px;
    line-height: 36px;
}
.more-big:after {
    border-top-width: 36px;
    width: 26px;
}
.more-big span {
    padding: 0 10px;
    font-size: 14px;
}
.lxbd .comm-crumbs,.probd .comm-crumbs,.searchbd .comm-crumbs,.sitemapbd .comm-crumbs,.jobbd .comm-crumbs,.nfoundbd .comm-crumbs {
    display: none;
}
.comm-crumbs.comm-crumbs-hidden{
    display: none;
}
.comm-crumbs {
    position:fixed;
    left:0;
    right:0;
    top: 75px;
    padding: 0;
}
.comm-crumbs .right-box {
    float: none;
    text-align: center;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.comm-crumbs .right-box::-webkit-scrollbar {
    display: none;
}
.comm-crumbs .right-box a {
    font-size: 14px;
    line-height: 40px;
}
.comm-crumbs .right-box a:before {
    height: 2px;
    right: 21px;
}
.comm-crumbs .right-box a:after {
    margin: 0 10px;
}
.str_static .str_move, .no_drag .str_move, .noStop .str_move{
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
.header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right:0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    webkite-transform: translateZ(0);
    transform: translateZ(0);
}
.header .top1{
    display: block;
    padding: 0 20px;
    height: 51px;
    position: relative;
}
.header .logo1{
    display:none;
}
.header .text{
    display: none;

}
.header .tel{
    display:none;
}
.header .tel b{
    font-size:16px;
    display:block;
    margin-top:-6px;
}
.header .tel strong{font-size:16px;}

.header .logo {
    position:absolute;
    top:50%;
    width:auto;
    height: auto;
    line-height: normal;
    float: none;
    padding: 0;
    margin-top: -11px;
    left: 20px;
}
.header .logo img{
    height:22px;
}
.header.index,.header.special{
    box-shadow:0 5px 5px rgba(0,0,0,.07);
}
.header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:75px;
    z-index: -1;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5 ease;
    transition: all .5s ease;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header-nav-menu{
    display: none;
}
.header .nav.active {
    height: 100vh;
    background: #fff;
    z-index: 3;
}
.header .nav .containers{
    margin:0;
    padding:0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
    position: absolute;
    top:75px;
    bottom:0;
    opacity: 0;
    max-height: calc(100vh - 75px);
    webkit-overflow-scrolling: touch;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 3;
    transition:all .6s;
}
.header .nav .container:after {
    display: none;
}
.header .nav.active .containers{
    opacity: 1;
    visibility: visible;
    padding-bottom: 50px;
}
.header .nav.active .containers ul{
    padding-bottom: 100px;
}
.header .nav li {
    text-align: left;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
    box-sizing:border-box;
    -moz-box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
}
.header .nav li:last-child{
    border:none;
}

.closed{
    color:#4c4e52;
}
.header .nav li a.a1 {
    display: block;
    margin: 0;
    color: #4c4e52;
    font-size: 16px;
    line-height: 58px;
    text-indent: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .nav li a.a1{
    padding:0;
    display:inline-block;
}
.header .nav li a:after {
    display: none;
}
.header .nav li .arr {
    display: inline-block;
    float:right;
}
.header .nav li.open .arr:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.header .nav li.open .arr:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0;
}
.header .nav .dropdown-box {
    display: block;
    position: relative;
    background-color: #f2f2f2;
    text-align: left;
    padding-left:20px;
    box-shadow: none;
    height:0;
    visibility: hidden;
    overflow: hidden;
    transition: all .4s ease;
}
.header .nav li.open .dropdown-box {
    display: block;
    visibility: visible;
}
.header .nav .dropdown-box a {
    white-space:normal;
    color: #4c4e52 !important;
    font-size:16px;
    line-height:58px;
    text-align: left;
    text-indent: 20px;
    background-color: transparent !important;
    border-bottom: 0;
}
.header .nav .dropdown-box a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #ccc;
}
.header .nav .dropdown-box a:hover {
    background-color: transparent !important;
}
.list-1{width:auto;}
.menu-btn {
    float:none;
    margin:0;
    padding:0;
    display: block;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 37.5px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
}
.menu-btn span{
    margin:0;
    padding:0;
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #1ea4fe;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.menu-btn .line1{
    top:0;
}
.menu-btn .line2{
    top:11px;
}
.menu-btn .line3{
    bottom:0;
}
.menu-btn.active .line1 {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 50%;
}
.menu-btn.active .line2 {
    display: none;
}
.menu-btn.active .line3 {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 50%;
}
.nav-bg{
    display:none;
}
.rTop{
    display: none;
}
.banner .swiper-slide {
    
    height:40vw;
}
.banner .txt-box{
    top:12vw;
    padding:0 20px;
}
.banner .txt-box .wrapper{
    width: 100%;
}
.banner .ope{
    padding:0 20px;
    bottom:15px;
}
.banner .ope .wrapper{
    width:100%;
}
.banner .ope ul li{
    width:32px;
}
.BMap_Marker{
    display: none;
}
.section, .section-sub {
    padding: 40px 20px;
}
.section-table{
    padding:0;
}
.section-pro{
    padding:40px 0 0;
}
.section.nfound{
    padding:80px 20px;
}
.section-title {
    margin-bottom: 20px;
}
.section-title small {
    font-size: 24px;
}
.section-title strong {
    font-size: 18px;
}
.section-title strong:after {
    height:1px;
    width: 60%;
}
.section-title-more .more-big {
    margin: 0 0 20px;
}
.section-title-1 {
    margin-bottom: 20px;
}
.section-title-1 strong {
    font-size: 22px;
}
.section-title-1 h4 {
    font-size: 18px;
    padding: 0 30px;
}
.block{
    margin-top:0;
    margin-bottom:30px;
}
.in-prd-menu {
    margin: 0 0 20px;
}
.in-prd-menu .hform {
    float: none;
    margin: 0 0 10px;
}
.in-prd-menu .hform input {
    padding: 7px 50px 7px 12px;
    width: 100%;
    box-sizing: border-box;
}
.in-prd-menu .hform button {
    height: 36px;
}
.in-prd-menu ul {
    float: none;
}
.in-prd-menu li {
    width: 50%;
}
.in-prd-menu li a {
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-ry {
    width:auto;
    margin: -30px 0 0 -10px;
}
.list-ry li {
    width: 100%;
}
.list-ry li a{
    margin: 30px 0 0 10px;
    padding: 10px 10px 30px 10px;
}
.list-ry li .text {
    font-size: 14px;
    line-height: 2.4;
    margin-top: 10px;
}

.list-ry li .more {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: -24px;
    bottom: -24px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{display:none;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{display:none;}

.list-1 {
    margin: 0;
    padding-bottom: 0px;
}
.list-1 li {
    width: calc(33.33% - 10px);
    margin: 10px 5px 0;
}
.solution-detail-s2 .items a,.list-1 li a {
    margin: 30px 0 0 10px;
    padding: 0px 10px 0px 10px;
}
.list-1 li a:hover{
    -webkit-transform: none;
    transoform:none;
    box-shadow: none;
}
.solution-detail-s2 .items a .text,.list-1 li .text {
    padding-bottom: 20px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-1 li .desc {
    font-size: 12px;
    margin-top: 5px;
}
.list-1 li .more {
    display:none;
    width: 40px;
    height: 30px;
    line-height: 30px;
    margin-left: -24px;
    bottom: -19px;
}
.solution-detail-s2 .items a .img-cover,.list-1-1 li .img-cover {
    height:35vw;
    margin: -10px -10px 0;
}
.solution-detail-s2 .items a .label-box,.list-1 li .label-box{
    top: 5px;
    left: 5px;
    right: 5px;

}
.solution-detail-s2 .items a .img-cover img,.list-1 li a img{
    max-width: 100%;
}
.solution-detail-s2 .items a .label-box span,.list-1 li .label-box span{
    line-height: 24px;
}
.pc-slide .preview .arrow-left{
    display:none;
}
.pc-slide .preview .arrow-right{
    display:none;
}

.in-adv {
    margin: -10px 0 0;
}
.in-adv li {
    width: 100%;
}
.in-adv li a {
    padding: 15px;
    margin: 10px 0 0;
}
.in-adv li .img-center {
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.in-adv li .text {
    margin-left: 85px;
}
.in-adv li .text h4 {
    font-size: 16px;
}
.in-adv li .text p {
    font-size: 12px;
    margin-top: 6px;
    text-align: justify;
}
.list-2 {
    margin: 0 0 -10px;
}
.list-2 li {
    width: 100%;
}
.list-2 li a {
    margin: 0 0 10px;
}
.list-2 li .text {
    font-size: 16px;
    line-height: 44px;
}
.list-2-1 {
    margin: -10px 0 0 -10px;
}
.list-2-1 li {
    width: 50%;
}
.list-2-1 li a {
    margin: 10px 0 0 10px;
}
.list-2-1 li .text {
    font-size: 14px;
    line-height: 36px;
    padding: 0 10px;
}
.list-2-1-1 li:last-child {
    display: none;
}
.in-about dt {
    float: none;
    width: auto;
    margin: 0 0 20px 20px;
}
.in-about dt:before {
    left: -20px;
    bottom: -20px;
    width: 100%;
}
.in-about dd {
    margin: 20px 0 0;
    padding: 20px;
    height: auto;
}
.in-about dd h4 {
    font-size: 16px;
}
.in-about dd p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.8;
}
.in-about dd .more-big {
    margin-top: 20px;
}
.list-3 {
    margin: -10px 0 0;
}
.list-3 li {
    width: 100%;
}
.list-3 li a {
    margin: 10px 0 0;
    padding: 10px;
}
.list-3 li a:after {
    border-bottom-width: 87px;
    border-right-width: 50px;
    width: 50px;
}
.list-3 li .date {
    padding: 11px 0;
    width: 90px;
}
.list-3 li .text font {
    float: left;
}

.list-3 li .date small {
    font-size: 12px;
}
.list-3 li .date strong {
    font-size: 28px;
    margin-top: 5px;
}
.list-3 li .text {
    margin-left: 140px;
}
.list-3 li .text h4 {
    font-size: 16px;
}
.list-3 li .text p {
    margin-top: 5px;
    line-height: 1.45;
    height: 40px;
}
.list-3 li a .img-center{
    width:130px;
}
.footer {
    padding: 40px 20px;
}
.footer .block{
    margin:0;
    padding:0;
}
.footer .left-box, .footer .right-box {
    float: none;
    text-align: center;
    padding-bottom: 0;
}
.footer .tit, .footer .link a {
    font-size: 16px;
}
.footer .para {
    font-size: 12px;
    line-height: 20px;
    height: auto;
    margin-top:15px;
}
.footer .center-box, .footer .share {
    display: none;
}
.footer .right-box {
    margin-top: 20px;
}
.footer .icp {
    position: static;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
}
.footer dl {
    text-align: center;
    margin: 0 1% 10px;
    width: 48%;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 0 15px;
}
.footer dt {
    line-height: 36px;
    font-size: 16px;
    margin: 0;
    position: relative;
}
.footer dt:after {
    display:none;
    position: absolute;
    right: 6px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    background-color: transparent;
    margin: -3px 0 0;
    -webkit-transform: rotate(135deg) translateX(-50%);
    transform: rotate(135deg) translateX(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pro-1{
    padding-bottom: 15px;
}
.footer dd {
    display: none;
}
.footer dd ul {
    padding-bottom: 10px;
}
.footer dl.open dt:after {
    -webkit-transform: rotate(315deg) translateX(-50%);
    transform: rotate(315deg) translateX(-50%);
    right: 0;
    margin-top: -6px;
}
.footer .pp {
    display: block;
}
.footer-contact {
    display: none;
    width: 100%;
    margin-top: 10px;
}
.footer-contact .code {
    display: none;
}
.footer-copy {
    margin-top: 15px;
    font-size: 12px;
    text-align: center;
}
.pages {
    margin-top: 40px;
}
.pages a {
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
    height:30px;
}
.banner-wrapper{
    position:static;
}
.banner-sub {
    position: static;
    top:116px;
    height:200px;
    background: no-repeat center / cover;
    background-color: #f2f2f2;
}
.banner-sub.loading{
    background:none;
}
.ct2-sd {
    float: none;
    width: auto;
}
.ct2-mn {
    padding: 0 15px;
    padding-top:20px;
    float: none;
    width: auto;
}
.section-table .ct2-mn{
    padding:20px 20px 0;
}
.solution-detail-s2 .btn1{
    display: block;
}
.product-list-s1 .item a {
    padding:20px 40px;
}
.product-list-s1 .item h3 {
    font-size: 24px;
    margin:0;
}
.product-detail-s2 {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
}
.product-detail-s2 .txt-box.middle-right{
    float: none; 
    right: 0; 
    left: 0;
}
.product-detail-s2 .txt-box {
    position: static;
    transform: none !important;
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}
.product-detail-s2 .txt-box.middle-center{
    width:auto;
}
.product-detail-s2 .txt-box h3 {
    color: #333 !important;
}
.product-detail-s2 .txt-box h3 {
    font-size: 20px;
}
.product-detail-s2 .txt-box .para {
    color: #808080 !important;
    font-size: 14px;
    margin-top: 10px;
    text-align: justify;
}
.lxbd,.nfoundbd,.searchbd,.sitemapbd,.videobd,.jobbd,.probd{
    padding-top:75px;
}
.sitemap-s1 a.btn {
    line-height: 46px;
    height:46px;
    font-size: 15px;
}

.sitemap-s1 .item {
    padding: 15px 0;
}
.video-s1 h3{
    font-size: 20px;
}
.search-s1 h3 {
    font-size: 20px;
    color: #fff;
}
.search-s1 .form {
    margin: 15px 0;
    height: 40px;
    padding-right: 40px;
    background-color: #f2f2f2;
}
.search-s1 .form input {
    padding: 0 10px;
    font-size: 14px;
    background-color: transparent;
}
.search-s1 .form button {
    width: 40px;
    height: 40px;
    background-size: auto 18px;
}
.search-s2{
    margin-top:-10px;
}
.search-s2 .tip {
    text-align: center;
}
.search-s2 .tip {
    font-size: 18px;
}
.search-s2 .item {
    border-bottom-width: 2px;
}
.search-s2 .item a {
    padding: 20px 0;
}
.search-s2 .item .date {
    font-size: 14px;
}
.search-s2 .item h3 {
    margin-top:15px;
    font-size: 18px;
}
.search-s2 .item .url {
    margin-top:15px;
    font-size: 14px;
    line-height: 18px;
}
.search-s2 .item span {
    margin-top: 15px;
    font-size: 14px;
}
.recruit-s1 .para {
    display: none;
    line-height: 24px;
    margin-top: 20px;
    font-size:14px;
}
.recruit-s1 .items {
    margin-top: 20px;
}
.recruit-s1 .item {
    margin-top: 20px;
}
.recruit-s1 .item img {
    width: 140%;
    margin-left: -20%;
}
.recruit-s1 .item h3 {
    font-size: 16px;
}
.recruit-s1 .item .info {
    font-size: 12px;
}
.recruit-s1 .item:nth-of-type(2) .img-box{
    margin-left:50%;
}
.tab-tit span{
    width: 90px;
    line-height: 32px;
    border-width: 1px;
    margin: 0 1px;
    font-size: 14px;
}
.left{
    left:20px;
    display: none;
}
.search-s1 h3{
    font-size:26px;
}
.solution-detail-s1 .video-box{
    margin-top:20px;
}
.solution-detail-s1 .video-box a{
    width:40px;
    height:40px;
}
.solution-detail-s1 .item{
    margin-bottom:20px;
}
.panel-sd .tit {
    display: none;
}
.lanmu {
    background:#fff;
    overflow: hidden;
    margin: 0 -1px 20px;
}
.lanmu li {
    float: left;
    width: 50%;
    border: 0;
}
.lanmu li .arr {
    display: none;
}
.lanmu li>a {
    padding: 0;
    background:#363e45;
    margin:10px 0 0 10px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    border: 1px solid #fff;
}
.lanmu li.current a{
    background:#1ea4fe;
}
.lanmu li.active-1>a{
    background:#1ea4fe;
}
.lanmu li:first-child{
    border-top:none;
}
.list-4 li a,.list-4{
    margin-top:20px;
}
.list-4 li .text h4 {
    white-space:normal;
    padding: 0;
    font-size: 16px;
    height:20px;
}
.list-4 li .text p {
    line-height: 20px;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
}
.list-4 li .date {
    margin-top: 0;
    right: 0;
}
.list-4 li .date span {
    margin: 0 0 10px;
    font-size: 14px;
    color: #1ea4fe;
}
.list-4 li a:hover {
    padding-left: 0;
}
.list-4 li:first-child a {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.nav-sub {
    margin: -5px 0 20px -5px;
}
.nav-sub li a {
    margin: 5px 0 0 5px;
    font-size: 16px;
    padding: 0 10px;
    line-height: 32px;
}
.about-1 {
    font-size: 14px;
}
.about-2 {
    padding: 0 35px;
}
.about-2 .text {
    margin: 0;
}
.about-2 .swiper-button-prev {
    left: 0;
}
.about-2 .swiper-button-next {
    right: 0;
}
.about-2 .swiper-pagination {
    display: block;
}
.about-3 li {
    width: 100%;
}
.news-detail-s1 .date{
    font-size: 16px;
}
.news-detail-s1 h1 {
    font-size: 24px;
    margin-top: 10px;
}
.news-detail-s2 .container{
    padding: 0;
}
.news-left a.back{
    width: 90px;
    height: 90px;
}
.contact{
    margin-top:20px;
}
.contact-right{
    border-radius: 0;
    padding:15px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.contact-right h4{
    font-size: 22px;
    margin-bottom: 10px;
    
}
.contact-right p{
    font-size:16px;
    line-height:40px;
    margin:0;
}
.contact-right p:last-child{
    margin-top:10px;
}
.contact-right, .contact-left {
    position:static;
    width: auto;
    height:auto;
    float: none;
}
.contact-right .item {
    margin-bottom: 20px !important;
}
.contact-right .item .ewm {
    margin-top: 0;
    font-size: 12px;
}
.contact-right .item .ewm a {
    line-height: 24px;
    background-size: 12px auto;
    background-position: 64px center;
    padding: 0 26px 0 10px;
}
.contact-right .item .ewm .img-center:before {
    display: none;
}
.contact-right .item .ewm .img-center:after {
    top: 39px;
}
.contact-right .item h4 {
    font-size: 18px;
}
.contact-right .item .text {
    margin-top: 15px;
    line-height: 1.8;
    padding-left: 10px;
    border-left-width: 1px;
}

.contact-s3{
    background-attachment: inherit;
}
.contact-s3 .para{
    line-height: 24px;
    margin-top: 20px;
    font-size:12px;
}
.contact-s3 form {
    margin-top: 10px;
}
.contact-s3 form .box{
    width:100%;
}
.contact-s3 form .box span {
    font-size: 16px;
    left: 10px;
}
.contact-s3 form .box:nth-of-type(1) {
    margin-top: 0;
}
.contact-s3 form .box input {
    height: 50px;
    font-size: 16px;
    display: block;
    padding-left:50px;
}
.contact-s3 form .box:nth-of-type(1), .contact-s3 form .box:nth-of-type(2), .contact-s3 form .box:nth-of-type(3){
    width:100%;
    margin:0;
    margin-top:10px;
}
.contact-s3 form .box:nth-of-type(4){
    margin-top:10px;
}
.contact-s3 form .box:nth-of-type(5){
    margin-top:20px;
}
.contact-s3 form .box button {
    width: 100%;
    height: 50px;
    font-size: 16px;
}
.contact-s3 form .box textarea {
    height: 150px;
    padding-left:80px;
    padding-top:10px;
}
.contact-s3 form .box:nth-of-type(4) span{
    top:20px;
}
.pc-slide .view .swiper-slide .imgauto{
    height:100%;
    line-height:100%;
}
.contact-left .map {
    
    margin-bottom: 20px;
}
.msg {
    padding: 15px;
}
.msg h4 {
    font-size: 18px;
}
.msg .tips {
    font-size: 14px;
}
.msg form {
    margin-left: 0;
}
.msg .form-group {
    width: 100%;
    margin: 10px 0 0;
}
.msg .form-group.full {
    width: 100%;
}
.msg .form-group.yzm {
    position: relative;
}
.msg .form-group.yzm .form-control {
    width: 100%;
    padding-right: 100px;
    box-sizing: border-box;
}
.msg .form-group.yzm .yzm-pic {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 90px;
}
.message-left, .message-right {
    width: auto;
    float: none;
}
.message-left {
    margin-bottom: 30px;
    font-size: 14px;
}
.message-left h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.jobs .item .tit {
    padding: 20px;
}
.jobs .item .tit .box{
    width: calc(100% - 95px);
}
.jobs .item .tit .info{
    width: calc((73% - 120px) / 3);
    display: none;
}
.jobs .item .tit .btn1{
    width: 90px;
}
.jobs .item .tit .btn1 a{
    width: 90px;
    line-height: 30px;
    font-size: 12px;
    border-width: 1px;
}
.jobs .item .mshow{
    display: inline-block;
    width:100%;
    margin-bottom: 15px;
}
.jobs .item .con .mshow .info {
    width: 33.33%;
    margin:0;
    float:left;
    display: inline-block;
    vertical-align: top;
}
.jobs .item .con .mshow .info span{
    font-size: 14px;
    line-height: 20px;
    display: block;
    color: #4c4e52;
}
.jobs .item .con .mshow .info span.gray{
    color: #898989;
}
.jobs .item .tit h4 {
    font-size: 16px;
}
.jobs .item .tit p {
    margin-top: 5px;
}
.jobs .item .tit p span {
    font-size: 12px;
    margin-right: 10px;
}
.jobs .item .tit:after {
    font-size: 20px;
    line-height: 44px;
    width: 35px;
    top: 10px;
    right: 10px;
}
.jobs .item .con {
    padding: 20px;
    font-size: 14px;
}
.news-left {
    float: none;
    width: auto;
}
.news-right {
    width: 100%;
    position: static;
    margin: 20px 0 0;
    top: 120px;
}
.news-right h3{
    line-height: 50px;
    font-size: 18px;
}
.news-right .link{
    padding-top: 20px;
}
.news-right .link a{
    font-size: 14px;
    margin-top:15px;
}
.news-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.news-title h1 {
    font-size: 18px;
}
.news-title p span {
    font-size: 12px;
    margin-right: 10px;
}
.news-content {
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: justify;
    padding:20px;
    background:#fff;
}
.probd .news-content{
    overflow-x:scroll;
    padding:0;
}
.news-panel {
    margin-top: 30px;
}
.news-panel .tit {
    margin-bottom: 15px;
}
.news-panel .tit span {
    font-size: 16px;
    padding-bottom: 10px;
}
.news-panel .tit .fh {
    font-size: 14px;
}
.list-5 {
    margin-top: -10px;
}
.list-5 li {
    width: 100%;
}
.list-5 li a {
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 12px;
}
.case-title p span {
    margin: 0 5px;
}
.pc-slide, .yunu-showcase-info {
    float: none;
    width: auto;
}
.yunu-showcase-info {
    margin-top: 20px;
}
.yunu-showcase-info h1 {
    text-align:center;
    font-size: 20px;
    line-height: 1.8;
}
.yunu-showcase-info p {
    height: auto;
}
.case-bb {
    margin-bottom: 10px;
}
.case-bb span {
    font-size: 18px;
}
.abcc {
       padding: 40px 20px 0;
}
.abcc2{
    padding-bottom: 40px;
}
.tab-tit{
        padding: 0 20px;
        margin-top:20px;
}
.list-7 {
    margin: -10px 0 0 -10px;
}
.list-7 li {
    width: 50%;
}
.list-7 li a {
    margin: 10px 0 0 10px;
    padding: 45px 10px 10px;
}
.list-7 li .img-center {
    height: 120px;
    line-height: 120px;
}
.list-7 li .text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom:0;
}
.list-7 li .img-center:after, .list-7 li .img-center:before {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
}
.position {
    font-size: 12px;
    display: none;
}
.pagination a.iconfont{
    font-size: 16px;
}
}
/*手机端*/
 @media screen and (max-width: 640px) {
.news-content .mianze p{
    font-size: 14px;
}
.index-s3 .news_box_left .news_title span{
    font-size: 18px;
}
.index-s3 .news_box_left{
    width: 100%;
    text-align: center;
}
.index-s3 .news_box_right{
    width: 100%;
}
.index-s3 .news_box_left,.index-s3 .news_box_right .jtxh{
    display: none;
}
.index-s3 .news_box_right .news_list li a{
    margin:5% 0;
    padding:0 20px;
}
.index-s3 .news_box_right .news_list li p{
    font-size: 12px;
    height:35px;
}
.index-s3 .news_box_right .news_list li p.more{
    height:auto;
}
.index-s3{
    padding:0;
}

.pages a {
    font-size: 14px;
    padding: 0 8px;
    height:26px;
    line-height: 26px;
}
.nfound .comm-tit p{
    font-size:14px;
    line-height:20px;
    text-align: justify;
}
.product-detail-s2 .txt-box .para{
    line-height: 1.6;
}
.video-s1,.search-s1 {
    margin-top: -102px;
    height: 102px;
}
.banner .txt-box .wrapper h3{
    font-size:20px;
}
.index-s2 .item:nth-of-type(odd) {
    margin-right: 0;
}
.index-s2 .item:nth-of-type(1) {
    margin-top: 0;
}
.index-s2 .item {
    width: 100%;
    margin: 12px 0 0;
}
.tab-tit .item i {
    width: 50px;
    height: 50px;
    background-size: 24px auto;
    border-width: 1px;
}
.tab-tit .item h3 {
    font-size: 13px;
    padding: 10px 0 15px;
    max-width: 56px;
}
.items-1 .item h3 {
    font-size: 14px;
}
.about-index-s1 .txt-box {
    width: 100%;
    padding: 15px 20px;
    line-height: 24px;
}
.about-index-s1 .img-box {
    width: 100%;
    position: static;
    margin: 0 auto;
}
.about-research-s4 a.more,.about-index-s1 a.more, .about-index-s5 a.more {
    width: 140px;
    line-height: 36px;
    font-size: 14px;
    margin: 20px auto 0;
}
.nfound .more, .about-research-s4 a.more, .about-index-s1 a.more, .about-index-s2 a.more {
    width: 140px;
    line-height: 34px;
    border-width: 1px;
    margin: 20px auto 0;
    font-size: 14px;
}
.about-research-s4 .item {
    width: 100%;
    margin: 5px 0;
    padding: 0 15px;
 }

.about-research-s4 .item:before {
    width: 6px;
    height: 6px;
    border-width: 1px;
    top: 6px;
 }

.about-index-s2 .item {
    width: calc(50% - 10px);
    margin: 20px 5px 0;
}
.about-culture-s1 .item .top-box {
    width: 80px;
    height: 80px;
}
.about-culture-s1 .item h3 {
    font-size: 15px;
}
.about-culture-s1 .item p {
    font-size: 12px;
}
.about-culture-s2 .item:nth-of-type(1) {
    margin-top: 0;
}
.about-culture-s2 .item {
    width: 100%;
    margin-top: 20px;
}
.about-culture-s2 .item h3 {
    font-size: 16px;
}
.about-culture-s2 .item .para {
    font-size: 12px;
}
.banner .txt-box .wrapper .btn-2{
    width: 80px;
    line-height: 24px;
}
.banner .txt-box .wrapper .btn-2:after{
    height:10px;
    margin: -2px 0 0 8px;
}
.more-big {
    width: 120px;
    line-height: 36px;
}
.banner .swiper-slide {
    height:60vw;
}

.list-1 li {
    width: calc(50% - 10px);
}
.solution-detail-s2 .items a .img-cover,.list-1 li .img-cover{
    min-height: 210px;
}
.solution-detail-s2 .items a .text, .list-1 li .text{
    padding-bottom: 10px;
    margin-top:-10px;
}
.solution-detail-s2 .items a .label-box span,.list-1 li .label-box span{
    line-height: 20px;
}
.banner-sub {
    height:120px;
}
.product-list-s1 .item .img-box {
    float: none !important;
    width: 100%;
    height: 60vw;
}
.product-list-s1 .item .img-box img{
    max-width: 100%;
    max-height: 100%;
}
.product-list-s1 .item:nth-of-type(odd) .txt-box {
    padding-left: 0;
}
.product-list-s1 .item .txt-box {
    position: static;
    width: 100%;
    text-align: center;
}
.product-list-s1 .item h3 {
    font-size: 18px;
}
.product-list-s1 .item .para {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
}
.sitemap-s1 a.btn {
    width: calc((100% - 10px) / 3);
    line-height: 36px;
    height:36px;
    font-size: 13px;
}
.sitemap-s1 .link a.btn:nth-of-type(3n) {
    margin-right: 0;
}
.sitemap-s1 .link a.btn {
    margin-right: 5px;
    margin-top: 5px;
}
.search-s1 {
    margin-top: 0;
    height: auto;
    padding: 40px 20px 0;
}
.searchbd .banner-sub{
    height:102px;
}
.search-s1 h3 {
    color: #4c4e52;
}
.search-s2 .tip {
    text-align: center;
    font-size: 16px;
}
.search-s2 .item .date {
    font-size: 12px;
}
.search-s2 .item h3 {
    margin-top:10px;
    font-size: 16px;
}
.search-s2 .item .url {
    margin-top:10px;
    font-size: 12px;
    line-height: 18px;
}
.recruit-s1 .item .img-box {
    width: 100%;
}
.recruit-s1 .item img {
    width: 100%;
    margin-left: 0;
}
.recruit-s1 .item .txt-box {
    position: static;
    width: 100%;
    padding: 20px;
}
.recruit-s1 .item:nth-of-type(2) .img-box{
    margin-left:0;
}
.search-s1 h3{
    font-size:20px;
}
.list-4 li .img-center {
    width:100%;
    float:none;
    height:0;
    padding-bottom: 56.25%;
    background: #fff;
}
.list-4 li .img-center img{
    max-height: none;
    width:100%;
}
.list-4 li .text {
    width:100%;
    padding: 20px;
}
.news-content img{
	max-width: 100%;
}
.news-content p{
	padding:5px 0;
}
.news-detail-s1 .date{
    font-size: 14px;
}
.news-detail-s1 h1 {
    font-size: 20px;
}
.news-left a.back{
    width: 80px;
    height: 80px;
    margin: 20px auto 0;
}
.news-left a.back span{
    font-size:12px;
}
.news-left a.back span:before{
    width: 20px;
    height: 18px;
}
.contact-right h4{
    font-size: 18px;
    
}
.contact-right p{
    font-size:12px;
    line-height:24px;
}
.contact-s3 form .box span {
    font-size: 14px;
}
.contact-s3 form .box input {
    height: 40px;
    font-size: 14px;
}
.contact-s3 form .box button {
    height: 40px;
    font-size: 14px;
}
.contact-s3 form .box textarea {
    height: 120px;
}
.news-right {
    padding: 0 20px 20px;
}
.news-exp {
    margin-top: 20px;
    padding: 15px 20px;
}
.list-7 li a {
    padding: 10px;
}
}
.dede_pages{padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.dede_pages ul{display:inline-block;margin:0 auto;padding:0}
.dede_pages ul li{float:left;font-family:'microsoft yahei';margin:0 2px;padding:0 10px;line-height:25px;background:#fff;border:1px solid #d8dadf}
.dede_pages ul li a{float:left;color:#555;display:block}
.dede_pages ul li:hover{text-decoration:none;color:#fff;border:1px #4c4e52 solid;background-color:#4c4e52}
.dede_pages ul li:hover a{color:#fff}
.dede_pages ul li:hover a:hover{color:#fff;text-decoration:none}
.dede_pages ul li.thisclass{background-color:#4c4e52;color:#fff;border:1px #4c4e52 solid}
.dede_pages ul li.thisclass a{color:#fff}
.dede_pages .pageinfo{line-height:30px;padding-left:5px}
.dede_pages strong{font-weight:400}
.layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    background-color: #f2f2f2;
}
.layui-table tbody tr:hover{background:#fff;}
/*#maximg img{ max-width:100%; height:auto !important}*/
.lock{position: fixed;left:0;right:0;overflow: hidden;}